[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Z_-rcegWISUc6zhk@octinomon>
Date: Wed, 16 Apr 2025 14:07:44 +0100
From: Jules Irenge <jbi.octave@...il.com>
To: dpenkler@...il.com
Cc: gregkh@...uxfoundation.org, linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org
Subject: [PATCH] staging: gpib: Fix Kconfig
Chekpatch reports a warning in Kconfig
WARNING: please write a help paragraph that fully describes the config symbol
with at least 4 lines
To fix this , more accurate description is added.
Signed-off-by: Jules Irenge <jbi.octave@...il.com>
---
drivers/staging/gpib/Kconfig | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/gpib/Kconfig b/drivers/staging/gpib/Kconfig
index aa01538d5beb..1255035a995a 100644
--- a/drivers/staging/gpib/Kconfig
+++ b/drivers/staging/gpib/Kconfig
@@ -41,10 +41,11 @@ config GPIB_AGILENT_82357A
select GPIB_COMMON
depends on USB
help
- Enable support for Agilent/Keysight 82357x USB dongles.
+ Enable support for the Agilent/Keysight 82357A and 82357B USB-to-GPIB adapters.
+ This device allows GPIB instruments to be controlled over a USB connection.
- To compile this driver as a module, choose M here: the module will be
- called agilent_82357a.
+ To compile this driver as a module, choose M here. The resulting module will be
+ named agilent_82357a.
config GPIB_CEC_PCI
tristate "CEC PCI board"
--
2.49.0
Powered by blists - more mailing lists