From: Michael Rubin Date: Tue, 8 Apr 2025 22:20:33 +0000 (+0000) Subject: staging: gpib: ines: lines exceeded 100 columns X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=fa4dad5de56474043069edc524ce0898d05e92b7;p=users%2Fjedix%2Flinux-maple.git staging: gpib: ines: lines exceeded 100 columns Adhere to Linux kernel coding style. CHECK: line length exceeds 100 columns Reported by checkpatch Signed-off-by: Michael Rubin Link: https://lore.kernel.org/r/20250408222040.186881-8-matchstick@neverthere.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/gpib/ines/ines.h b/drivers/staging/gpib/ines/ines.h index ff27f055a0ff2..abe977f8f9618 100644 --- a/drivers/staging/gpib/ines/ines.h +++ b/drivers/staging/gpib/ines/ines.h @@ -36,7 +36,8 @@ struct ines_priv { }; // interface functions -int ines_read(struct gpib_board *board, uint8_t *buffer, size_t length, int *end, size_t *bytes_read); +int ines_read(struct gpib_board *board, uint8_t *buffer, size_t length, + int *end, size_t *bytes_read); int ines_write(struct gpib_board *board, uint8_t *buffer, size_t length, int send_eoi, size_t *bytes_written); int ines_accel_read(struct gpib_board *board, uint8_t *buffer, size_t length,