lkml.org 
[lkml]   [2015]   [Jun]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] staging: gdm72xx: Split Kconfig descriptions into more lines
I am a high school student trying to become familiar with linux kernel
development. This is my first patch.

checkpatch.pl throws a warning that config WIMAX_GDM72XX_QOS, config
WIMAX_GDM72XX_K_MODE, and config WIMAX_GDM72XX_USB do not have enough
of a description. By splitting the current description into multiple
lines, the warning is removed.

The module still worked with these changes when tested.

Signed-off-by: Daniel Grimshaw <grimshaw@linux.vnet.ibm.com>

diff --git a/drivers/staging/gdm72xx/Kconfig b/drivers/staging/gdm72xx/Kconfig
index bf11a7f..bfbe3d6 100644
--- a/drivers/staging/gdm72xx/Kconfig
+++ b/drivers/staging/gdm72xx/Kconfig
@@ -14,14 +14,19 @@ config WIMAX_GDM72XX_QOS
bool "Enable QoS support"
default n
help
- Enable Quality of Service support based on the data protocol of
+ Enable Quality of
+ Service support based
+ on the data protocol of
transmitting packets.

config WIMAX_GDM72XX_K_MODE
bool "Enable K mode"
default n
help
- Enable support for proprietary functions for KT (Korea Telecom).
+ Enable support
+ for proprietary
+ functions for KT
+ (Korea Telecom).

config WIMAX_GDM72XX_WIMAX2
bool "Enable WiMAX2 support"
@@ -37,7 +42,9 @@ config WIMAX_GDM72XX_USB
bool "USB interface"
depends on (USB = y || USB = WIMAX_GDM72XX)
help
- Select this option if the WiMAX module interfaces with the host
+ Select this option
+ if the WiMAX module
+ interfaces with the host
processor via USB.

config WIMAX_GDM72XX_SDIO
\
 
 \ /
  Last update: 2015-06-26 01:01    [W:0.046 / U:1.200 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site