Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3aa4ecf7 authored by Sergio Paracuellos's avatar Sergio Paracuellos Committed by Greg Kroah-Hartman
Browse files

staging: wlan-ng: fix block comment warnings in p80211req.c



This patch fix the following checkpatch.pl warnings in p80211req.c:
WARNING: Block comments should align the * on each line
WARNING: Block comments use a trailing */ on a separate line

Signed-off-by: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4d43b791
Loading
Loading
Loading
Loading
+84 −82
Original line number Diff line number Diff line
@@ -107,7 +107,8 @@ static void p80211req_handle_action(struct wlandevice *wlandev, u32 *data,
 * Call context:
 *	Potentially blocks the caller, so it's a good idea to
 *	not call this function from an interrupt context.
----------------------------------------------------------------*/
 *----------------------------------------------------------------
 */
int p80211req_dorequest(struct wlandevice *wlandev, u8 *msgbuf)
{
	struct p80211msg *msg = (struct p80211msg *)msgbuf;
@@ -163,7 +164,8 @@ int p80211req_dorequest(struct wlandevice *wlandev, u8 *msgbuf)
 *
 * Call context:
 *	Process thread
----------------------------------------------------------------*/
 *----------------------------------------------------------------
 */
static void p80211req_handlemsg(struct wlandevice *wlandev, struct p80211msg *msg)
{
	switch (msg->msgcode) {