staging: gpib: pc2: fixes multiline comments style
authorPaul Retourné <paul.retourne@orange.fr>
Sat, 12 Apr 2025 07:48:34 +0000 (00:48 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Apr 2025 14:49:29 +0000 (16:49 +0200)
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>
drivers/staging/gpib/pc2/pc2_gpib.c

index c3c4fcf091ed20ef821126d25cf7628c93d79b31..ee4ea1f32dfcbfc219e767af408711821b231dcf 100644 (file)
@@ -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*