public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: wlan-ng: fix comments style
@ 2016-05-08 14:45 YU Bo
  2016-05-09 12:26 ` Kroah-Hartman
  0 siblings, 1 reply; 4+ messages in thread
From: YU Bo @ 2016-05-08 14:45 UTC (permalink / raw)
  To: Kroah-Hartman, Kaur Chawla, Goyal; +Cc: devel, linux-kernel, yuzibode

The patch fixed warning reported by checkpatch.pl: Block comments use a
trailing */ on a separate line.

Signed-off-by: YU Bo <tsu.yubo@gmail.com>
---
  drivers/staging/wlan-ng/prism2mgmt.h |    4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/wlan-ng/prism2mgmt.h b/drivers/staging/wlan-ng/prism2mgmt.h
index e6472034da33..371c0fe8ae9d 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
----------------------------------------------------------------*/
+*/
  /* byte area conversion functions*/
  void prism2mgmt_bytearea2pstr(u8 *bytearea, p80211pstrd_t *pstr, int len);

--
1.7.10.4

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

end of thread, other threads:[~2016-05-11  4:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-08 14:45 [PATCH] Staging: wlan-ng: fix comments style YU Bo
2016-05-09 12:26 ` Kroah-Hartman
2016-05-11  1:05   ` YU Bo
2016-05-11  4:16     ` Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox