diff options
| author | Paul Retourné <paul.retourne@orange.fr> | 2025-04-12 00:48:34 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-04-15 16:49:29 +0200 |
| commit | 9c95c9d1fac80ede2d3d45eeafd16a658c514b61 (patch) | |
| tree | c6523ae8eadc4b20cea93e0943c6231d769d9785 | |
| parent | staging: gpib: ni_usb: fixes multiline comments style (diff) | |
| download | linux-9c95c9d1fac80ede2d3d45eeafd16a658c514b61.tar.gz linux-9c95c9d1fac80ede2d3d45eeafd16a658c514b61.zip | |
staging: gpib: pc2: fixes multiline comments style
Fixes the style of multiline comments to comply with the linux kernel
coding style.
Signed-off-by: Paul Retourné <paul.retourne@orange.fr>
Link: https://lore.kernel.org/r/77eb5fc5050298503009fa212600f00514eeb713.1744438358.git.paul.retourne@orange.fr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/staging/gpib/pc2/pc2_gpib.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/staging/gpib/pc2/pc2_gpib.c b/drivers/staging/gpib/pc2/pc2_gpib.c index c3c4fcf091ed..ee4ea1f32dfc 100644 --- a/drivers/staging/gpib/pc2/pc2_gpib.c +++ b/drivers/staging/gpib/pc2/pc2_gpib.c @@ -268,8 +268,9 @@ static int pc2_generic_attach(struct gpib_board *board, const struct gpib_board_ nec_priv->type = chipset; #ifndef PC2_DMA - /* board->dev hasn't been initialized, so forget about DMA until this driver - * is adapted to use isa_register_driver. + /* + * board->dev hasn't been initialized, so forget about DMA until this driver + * is adapted to use isa_register_driver. */ if (config->ibdma) // driver needs to be adapted to use isa_register_driver to get a struct device* |
