summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Retourné <paul.retourne@orange.fr>2025-04-12 09:37:25 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-04-15 17:48:55 +0300
commit3381060f5ad96cc3aacdea7cd599d80c7a6755eb (patch)
tree57378b7c443539dc1e5f7ad15164ddd1cd01d908
parentc35371bc08e81a1900e3e085675bc5e75f0d28b0 (diff)
downloadlinux-3381060f5ad96cc3aacdea7cd599d80c7a6755eb.tar.xz
staging: gpib: hp_82335: 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/cf973e61d37b0509605e49b963f2dae4887efd4a.1744438358.git.paul.retourne@orange.fr Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/gpib/hp_82335/hp82335.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/staging/gpib/hp_82335/hp82335.c b/drivers/staging/gpib/hp_82335/hp82335.c
index 4ec15ae4c7f4..319b7f6e35ec 100644
--- a/drivers/staging/gpib/hp_82335/hp82335.c
+++ b/drivers/staging/gpib/hp_82335/hp82335.c
@@ -4,8 +4,9 @@
* copyright : (C) 2002 by Frank Mori Hess *
***************************************************************************/
-/*should enable ATN interrupts (and update board->status on occurrence),
- * implement recovery from bus errors (if necessary)
+/*
+ * should enable ATN interrupts (and update board->status on occurrence),
+ * implement recovery from bus errors (if necessary)
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt