linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: wlang-ng: Fix block comments style warnings in prism2sta.h
@ 2016-11-11 13:13 Timo Schmid
  2016-11-14 14:52 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Timo Schmid @ 2016-11-11 13:13 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, Timo Schmid

This patch fixes the following checkpatch.pl warning in prism2sta.h:
WARNING: Block comments should align the * on each line

No more warnings block comments warnings for this file.

Signed-off-by: Timo Schmid <timo.schmid@gmail.com>
---
 drivers/staging/wlan-ng/prism2sta.c | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/drivers/staging/wlan-ng/prism2sta.c b/drivers/staging/wlan-ng/prism2sta.c
index e1b4a94..1a6ea1f 100644
--- a/drivers/staging/wlan-ng/prism2sta.c
+++ b/drivers/staging/wlan-ng/prism2sta.c
@@ -1859,24 +1859,24 @@ void prism2sta_ev_alloc(struct wlandevice *wlandev)
 }
 
 /*
-* create_wlan
-*
-* Called at module init time.  This creates the struct wlandevice structure
-* and initializes it with relevant bits.
-*
-* Arguments:
-*	none
-*
-* Returns:
-*	the created struct wlandevice structure.
-*
-* Side effects:
-*	also allocates the priv/hw structures.
-*
-* Call context:
-*	process thread
-*
-*/
+ * create_wlan
+ *
+ * Called at module init time.  This creates the struct wlandevice structure
+ * and initializes it with relevant bits.
+ *
+ * Arguments:
+ *	none
+ *
+ * Returns:
+ *	the created struct wlandevice structure.
+ *
+ * Side effects:
+ *	also allocates the priv/hw structures.
+ *
+ * Call context:
+ *	process thread
+ *
+ */
 static struct wlandevice *create_wlan(void)
 {
 	struct wlandevice *wlandev = NULL;
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] staging: wlang-ng: Fix block comments style warnings in prism2sta.h
  2016-11-11 13:13 [PATCH] staging: wlang-ng: Fix block comments style warnings in prism2sta.h Timo Schmid
@ 2016-11-14 14:52 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2016-11-14 14:52 UTC (permalink / raw)
  To: Timo Schmid; +Cc: devel, linux-kernel

On Fri, Nov 11, 2016 at 02:13:06PM +0100, Timo Schmid wrote:
> This patch fixes the following checkpatch.pl warning in prism2sta.h:
> WARNING: Block comments should align the * on each line
> 
> No more warnings block comments warnings for this file.
> 
> Signed-off-by: Timo Schmid <timo.schmid@gmail.com>
> ---
>  drivers/staging/wlan-ng/prism2sta.c | 36 ++++++++++++++++++------------------
>  1 file changed, 18 insertions(+), 18 deletions(-)
> 

This patch doesn't apply at all to my tree, are you sure you made it
against linux-next?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-14 14:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-11 13:13 [PATCH] staging: wlang-ng: Fix block comments style warnings in prism2sta.h Timo Schmid
2016-11-14 14:52 ` Greg KH

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).