summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Retourné <paul.retourne@orange.fr>2025-04-12 09:34:25 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-04-15 17:48:55 +0300
commitc35371bc08e81a1900e3e085675bc5e75f0d28b0 (patch)
tree2c2a119448699b290da1f56e46b2623f2b609a64
parent6008c89dbdfc867519ee5530522a5802959cd3be (diff)
downloadlinux-c35371bc08e81a1900e3e085675bc5e75f0d28b0.tar.xz
staging: gpib: gpio: fixes multiline comments style
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/44c064ed914fef384800e94ac99d00af5ff5f13b.1744438358.git.paul.retourne@orange.fr Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/gpib/gpio/gpib_bitbang.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/staging/gpib/gpio/gpib_bitbang.c b/drivers/staging/gpib/gpio/gpib_bitbang.c
index 7d25ad5c18ca..87622ee841c7 100644
--- a/drivers/staging/gpib/gpio/gpib_bitbang.c
+++ b/drivers/staging/gpib/gpio/gpib_bitbang.c
@@ -32,7 +32,8 @@
#define ENABLE_IRQ(IRQ, TYPE) irq_set_irq_type(IRQ, TYPE)
#define DISABLE_IRQ(IRQ) irq_set_irq_type(IRQ, IRQ_TYPE_NONE)
-/* Debug print levels:
+/*
+ * Debug print levels:
* 0 = load/unload info and errors that make the driver fail;
* 1 = + warnings for unforeseen events that may break the current
* operation and lead to a timeout, but do not affect the
@@ -1256,7 +1257,8 @@ static int bb_attach(struct gpib_board *board, const struct gpib_board_config *c
if (allocate_gpios(board))
goto bb_attach_fail;
-/* Configure SN7516X control lines.
+/*
+ * Configure SN7516X control lines.
* drive ATN, IFC and REN as outputs only when master
* i.e. system controller. In this mode can only be the CIC
* When not master then enable device mode ATN, IFC & REN as inputs