linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: YU Bo <tsu.yubo@gmail.com>
To: Kaur Chawla <amitoj1606@gmail.com>,
	Kroah-Hartman <gregkh@linuxfoundation.org>,
	Iida <standby24x7@gmail.com>, BO <tsu.yubo@gmail.com>
Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org
Subject: [PATCH] Staging: wlan-ng: prism2mgmt.h: Coding style warning fix for block comments
Date: Sun, 17 Jan 2016 05:48:49 +0800	[thread overview]
Message-ID: <20160116214844.GA23261@debian> (raw)

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

             reply	other threads:[~2016-01-16 13:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-16 21:48 YU Bo [this message]
2016-02-08  3:06 ` [PATCH] Staging: wlan-ng: prism2mgmt.h: Coding style warning fix for block comments Kroah-Hartman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160116214844.GA23261@debian \
    --to=tsu.yubo@gmail.com \
    --cc=amitoj1606@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=standby24x7@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).