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

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

staging: wlan-ng: fix block comments style in prism2mgmt.h



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

Signed-off-by: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 1d715f7e
Loading
Loading
Loading
Loading
+62 −60
Original line number Original line Diff line number Diff line
@@ -86,7 +86,9 @@ int prism2mgmt_autojoin(struct wlandevice *wlandev, void *msgp);
/*---------------------------------------------------------------
/*---------------------------------------------------------------
 * conversion functions going between wlan message data types and
 * conversion functions going between wlan message data types and
 * Prism2 data types
 * Prism2 data types
---------------------------------------------------------------*/
 *---------------------------------------------------------------
 */

/* byte area conversion functions*/
/* byte area conversion functions*/
void prism2mgmt_bytearea2pstr(u8 *bytearea, struct p80211pstrd *pstr, int len);
void prism2mgmt_bytearea2pstr(u8 *bytearea, struct p80211pstrd *pstr, int len);