* [PATCH] Staging: wlan-ng: prism2mgmt.h: Coding style warning fix for block comments
@ 2016-01-16 21:48 YU Bo
2016-02-08 3:06 ` Kroah-Hartman
0 siblings, 1 reply; 2+ messages in thread
From: YU Bo @ 2016-01-16 21:48 UTC (permalink / raw)
To: Kaur Chawla, Kroah-Hartman, Iida, BO; +Cc: devel, linux-kernel
This patch is to prism2mgmt.h file that fixes up following warnings
reported by checkpatch.pl:
A): Block comments use a trailing */ on a separate line
Signed-off-by: YU BO <tsu.yubo@gmail.com>
---
drivers/staging/wlan-ng/prism2mgmt.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/wlan-ng/prism2mgmt.h b/drivers/staging/wlan-ng/prism2mgmt.h
index 7a9f424..3823195 100644
--- a/drivers/staging/wlan-ng/prism2mgmt.h
+++ b/drivers/staging/wlan-ng/prism2mgmt.h
@@ -82,10 +82,10 @@ int prism2mgmt_flashdl_state(wlandevice_t *wlandev, void *msgp);
int prism2mgmt_flashdl_write(wlandevice_t *wlandev, void *msgp);
int prism2mgmt_autojoin(wlandevice_t *wlandev, void *msgp);
-/*---------------------------------------------------------------
-* conversion functions going between wlan message data types and
-* Prism2 data types
----------------------------------------------------------------*/
+/*
+ * conversion functions going between wlan message data types and
+ * Prism2 data types
+ */
/* byte area conversion functions*/
void prism2mgmt_pstr2bytearea(u8 *bytearea, p80211pstrd_t *pstr);
void prism2mgmt_bytearea2pstr(u8 *bytearea, p80211pstrd_t *pstr, int len);
--
1.7.10.4
--
Best Regards
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Staging: wlan-ng: prism2mgmt.h: Coding style warning fix for block comments
2016-01-16 21:48 [PATCH] Staging: wlan-ng: prism2mgmt.h: Coding style warning fix for block comments YU Bo
@ 2016-02-08 3:06 ` Kroah-Hartman
0 siblings, 0 replies; 2+ messages in thread
From: Kroah-Hartman @ 2016-02-08 3:06 UTC (permalink / raw)
To: Kaur Chawla, Iida, devel, linux-kernel
On Sun, Jan 17, 2016 at 05:48:49AM +0800, YU Bo wrote:
> This patch is to prism2mgmt.h file that fixes up following warnings
> reported by checkpatch.pl:
> A): Block comments use a trailing */ on a separate line
>
> Signed-off-by: YU BO <tsu.yubo@gmail.com>
> ---
> drivers/staging/wlan-ng/prism2mgmt.h | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
Didn't apply :(
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-02-08 3:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-16 21:48 [PATCH] Staging: wlan-ng: prism2mgmt.h: Coding style warning fix for block comments YU Bo
2016-02-08 3:06 ` Kroah-Hartman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).