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


Groups > linux.kernel > #1588267

[PATCH 2/9] Staging: rtl8712: rtl871x_event.h - style fix

From Derek Robson <robsonde@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 2/9] Staging: rtl8712: rtl871x_event.h - style fix
Date 2017-02-26 03:40 +0100
Message-ID <teWUF-6v-15@gated-at.bofh.it> (permalink)
References <teWUF-6v-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Fixed style of block comments
Found using checkpatch

Signed-off-by: Derek Robson <robsonde@gmail.com>
---
 drivers/staging/rtl8712/rtl871x_event.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/rtl8712/rtl871x_event.h b/drivers/staging/rtl8712/rtl871x_event.h
index 5db8620980e5..517137906e6c 100644
--- a/drivers/staging/rtl8712/rtl871x_event.h
+++ b/drivers/staging/rtl8712/rtl871x_event.h
@@ -34,7 +34,7 @@
 
 /*
  * Used to report a bss has been scanned
-*/
+ */
 struct survey_event	{
 	struct wlan_bssid_ex bss;
 };
@@ -42,7 +42,7 @@ struct survey_event	{
 /*
  * Used to report that the requested site survey has been done.
  * bss_cnt indicates the number of bss that has been reported.
-*/
+ */
 struct surveydone_event {
 	unsigned int	bss_cnt;
 
@@ -54,7 +54,7 @@ struct surveydone_event {
  *  -1: authentication fail
  *  -2: association fail
  *  > 0: TID
-*/
+ */
 struct joinbss_event {
 	struct	wlan_network	network;
 };
@@ -62,7 +62,7 @@ struct joinbss_event {
 /*
  * Used to report a given STA has joinned the created BSS.
  * It is used in AP/Ad-HoC(M) mode.
-*/
+ */
 struct stassoc_event {
 	unsigned char macaddr[6];
 	unsigned char rsvd[2];
-- 
2.11.1

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/9] drivers: staging: rtl8712 - style fix Derek Robson <robsonde@gmail.com> - 2017-02-26 03:40 +0100
  [PATCH 6/9] Staging: rtl8712: rtl871x_pwrctrl.h - style fix Derek Robson <robsonde@gmail.com> - 2017-02-26 03:40 +0100
  [PATCH 2/9] Staging: rtl8712: rtl871x_event.h - style fix Derek Robson <robsonde@gmail.com> - 2017-02-26 03:40 +0100
  [PATCH 3/9] Staging: rtl8712: rtl871x_io.h - style fix Derek Robson <robsonde@gmail.com> - 2017-02-26 03:40 +0100

csiph-web