Commit 258ffd7b authored by Sergio Paracuellos's avatar Sergio Paracuellos Committed by Greg Kroah-Hartman

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

This patch fix the following checkpatch.pl warnings in prism2sta.c:
WARNING: 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 96da9e64
...@@ -1864,24 +1864,24 @@ void prism2sta_ev_alloc(struct wlandevice *wlandev) ...@@ -1864,24 +1864,24 @@ void prism2sta_ev_alloc(struct wlandevice *wlandev)
} }
/* /*
* create_wlan * create_wlan
* *
* Called at module init time. This creates the struct wlandevice structure * Called at module init time. This creates the struct wlandevice structure
* and initializes it with relevant bits. * and initializes it with relevant bits.
* *
* Arguments: * Arguments:
* none * none
* *
* Returns: * Returns:
* the created struct wlandevice structure. * the created struct wlandevice structure.
* *
* Side effects: * Side effects:
* also allocates the priv/hw structures. * also allocates the priv/hw structures.
* *
* Call context: * Call context:
* process thread * process thread
* *
*/ */
static struct wlandevice *create_wlan(void) static struct wlandevice *create_wlan(void)
{ {
struct wlandevice *wlandev = NULL; struct wlandevice *wlandev = NULL;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment