From: Paul Retourné Date: Sat, 12 Apr 2025 06:37:25 +0000 (-0700) Subject: staging: gpib: hp_82335: fixes multiline comments style X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=3381060f5ad96cc3aacdea7cd599d80c7a6755eb;p=users%2Fdwmw2%2Flinux.git 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é Link: https://lore.kernel.org/r/cf973e61d37b0509605e49b963f2dae4887efd4a.1744438358.git.paul.retourne@orange.fr Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/gpib/hp_82335/hp82335.c b/drivers/staging/gpib/hp_82335/hp82335.c index 4ec15ae4c7f40..319b7f6e35ec1 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