]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
staging: gpib: agilent_82357a: fixes multiline comments style
authorPaul Retourné <paul.retourne@orange.fr>
Sat, 12 Apr 2025 06:21:53 +0000 (23:21 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Apr 2025 14:48:26 +0000 (16:48 +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/3ecb8bc6701ce7b3e5d098c10c2a2b75c9f155f0.1744438358.git.paul.retourne@orange.fr
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gpib/agilent_82357a/agilent_82357a.c

index a4870d53725c4fa52b0b9b853ad25881f43ab0a6..7076e9f57d691294d2b05375c2d47100c4425d16 100644 (file)
@@ -524,9 +524,10 @@ static int agilent_82357a_read(struct gpib_board *board, uint8_t *buffer, size_t
        }
        kfree(in_data);
 
-       /* Fix for a bug in 9914A that does not return the contents of ADSR
-        *  when the board is in listener active state and ATN is not asserted.
-        *  Set ATN here to obtain a valid board level ibsta
+       /*
+        * Fix for a bug in 9914A that does not return the contents of ADSR
+        * when the board is in listener active state and ATN is not asserted.
+        * Set ATN here to obtain a valid board level ibsta
         */
        agilent_82357a_take_control_internal(board, 0);
 
@@ -715,9 +716,10 @@ static int agilent_82357a_take_control(struct gpib_board *board, int synchronous
        if (!a_priv->bus_interface)
                return -ENODEV;
 
-/* It looks like the 9914 does not handle tcs properly.
- *  See comment above tms9914_take_control_workaround() in
- *  drivers/gpib/tms9914/tms9914_aux.c
+/*
+ * It looks like the 9914 does not handle tcs properly.
+ * See comment above tms9914_take_control_workaround() in
+ * drivers/gpib/tms9914/tms9914_aux.c
  */
        if (synchronous)
                return -ETIMEDOUT;