[PATCH] staging: gpib: Fix Kconfig
From: Jules Irenge
Date: Wed Apr 16 2025 - 09:08:01 EST
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@xxxxxxxxx>
---
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