[PATCH v2 12/12] staging: ks7010: fix checkpatch line over 80

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Checkpatch emits WARNING: line over 80 characters.

Modify the comment without loss of meaning to reduce the length of the
line. Clear two warnings with single change.

Signed-off-by: Tobin C. Harding <me@xxxxxxxx>
---
 drivers/staging/ks7010/ks_hostif.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/ks7010/ks_hostif.c b/drivers/staging/ks7010/ks_hostif.c
index 78dd185..befb1b2 100644
--- a/drivers/staging/ks7010/ks_hostif.c
+++ b/drivers/staging/ks7010/ks_hostif.c
@@ -372,7 +372,7 @@ int hostif_data_indication_wpa(struct ks_wlan_private *priv,
 				mic_failure->counter =
 					(u16)((now - mic_failure->last_failure_time) / HZ);
 
-				if (!mic_failure->counter)	/* mic_failure counter value range 1-60 */
+				if (!mic_failure->counter)	/* range 1-60 */
 					mic_failure->counter = 1;
 			}
 			priv->wpa.mic_failure.last_failure_time = now;
-- 
2.7.4

_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel



[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux