diff options
author | 2025-04-08 22:20:31 +0000 | |
---|---|---|
committer | 2025-04-15 16:34:51 +0200 | |
commit | 08a8889429f80856d0582f725fd6483cc6232e9b (patch) | |
tree | 1adc33cbb7c7a100d9de87539989c4055f288bc4 /drivers/staging/gpib/include | |
parent | staging: gpib: common: lines exceeded 100 columns (diff) | |
download | wireguard-linux-08a8889429f80856d0582f725fd6483cc6232e9b.tar.xz wireguard-linux-08a8889429f80856d0582f725fd6483cc6232e9b.zip |
staging: gpib: nec: lines exceeded 100 columns
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-6-matchstick@neverthere.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/gpib/include')
-rw-r--r-- | drivers/staging/gpib/include/nec7210.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/gpib/include/nec7210.h b/drivers/staging/gpib/include/nec7210.h index 069896456230..4b06ac0408df 100644 --- a/drivers/staging/gpib/include/nec7210.h +++ b/drivers/staging/gpib/include/nec7210.h @@ -101,7 +101,8 @@ int nec7210_primary_address(const struct gpib_board *board, int nec7210_secondary_address(const struct gpib_board *board, struct nec7210_priv *priv, unsigned int address, int enable); int nec7210_parallel_poll(struct gpib_board *board, struct nec7210_priv *priv, uint8_t *result); -void nec7210_serial_poll_response(struct gpib_board *board, struct nec7210_priv *priv, uint8_t status); +void nec7210_serial_poll_response(struct gpib_board *board, + struct nec7210_priv *priv, uint8_t status); void nec7210_parallel_poll_configure(struct gpib_board *board, struct nec7210_priv *priv, unsigned int configuration); void nec7210_parallel_poll_response(struct gpib_board *board, |