staging: gpib: tnt4882: lines exceeded 100 columns
authorMichael Rubin <matchstick@neverthere.org>
Tue, 8 Apr 2025 22:20:35 +0000 (22:20 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Apr 2025 14:34:51 +0000 (16:34 +0200)
Adhere to Linux kernel coding style.

CHECK: line length exceeds 100 columns

Reported by checkpatch

Signed-off-by: Michael Rubin <matchstick@neverthere.org>
Link: https://lore.kernel.org/r/20250408222040.186881-10-matchstick@neverthere.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gpib/tnt4882/tnt4882_gpib.c

index caf53f8ded2e5bb2b99172d330c32385b188f28c..3b29f541fd4994cda56a2cb59b390df672186bfa 100644 (file)
@@ -539,8 +539,8 @@ static int generic_write(struct gpib_board *board, uint8_t *buffer, size_t lengt
        return retval;
 }
 
-static int tnt4882_accel_write(struct gpib_board *board, uint8_t *buffer, size_t length, int send_eoi,
-                              size_t *bytes_written)
+static int tnt4882_accel_write(struct gpib_board *board, uint8_t *buffer,
+                              size_t length, int send_eoi, size_t *bytes_written)
 {
        return generic_write(board, buffer, length, send_eoi, 0, bytes_written);
 }