Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1656682 > unrolled thread

[PATCH] staging: rtl8192e: all lines in dot11d.h are less than 80 chars long

Started byKonrad Malkowski <konrad.malkowski@gmail.com>
First post2017-06-03 04:50 +0200
Last post2017-06-03 04:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] staging: rtl8192e: all lines in dot11d.h are less than 80  chars long Konrad Malkowski <konrad.malkowski@gmail.com> - 2017-06-03 04:50 +0200

#1656682 — [PATCH] staging: rtl8192e: all lines in dot11d.h are less than 80 chars long

FromKonrad Malkowski <konrad.malkowski@gmail.com>
Date2017-06-03 04:50 +0200
Subject[PATCH] staging: rtl8192e: all lines in dot11d.h are less than 80 chars long
Message-ID<tO7ix-1dp-3@gated-at.bofh.it>
This patch fixes the checkpoint.pl warning:

WARNING: line over 80 characters

Signed-off-by: Konrad Malkowski <konrad.malkowski@gmail.com>
---
 drivers/staging/rtl8192e/dot11d.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8192e/dot11d.h b/drivers/staging/rtl8192e/dot11d.h
index 623075c..7fa3c4d 100644
--- a/drivers/staging/rtl8192e/dot11d.h
+++ b/drivers/staging/rtl8192e/dot11d.h
@@ -30,8 +30,8 @@ enum dot11d_state {
 };
 
 /**
- * struct rt_dot11d_info * @CountryIeLen: value greater than 0 if @CountryIeBuf contains
- *		  valid country information element.
+ * struct rt_dot11d_info * @CountryIeLen: value greater than 0 if
+ *		  @CountryIeBuf contains valid country information element.
  * @channel_map: holds channel values
  *		0 - invalid,
  *		1 - valid (active scan),
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web