]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: wlan-ng: fix block comment warnings in prism2sta.c
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Sun, 9 Oct 2016 15:10:30 +0000 (17:10 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:25:42 +0000 (10:25 +0200)
This patch fix the following checkpatch.pl warnings in prism2sta.c:
WARNING: Block comments should align the * on each line

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/prism2sta.c

index b10c93ed8f927b5ff0385e9c0175405351096caf..b3ae2bb9ae42d37f03a6204ede21fad9384d0731 100644 (file)
@@ -1864,24 +1864,24 @@ void prism2sta_ev_alloc(struct wlandevice *wlandev)
 }
 
 /*
-* create_wlan
-*
-* Called at module init time.  This creates the struct wlandevice structure
-* and initializes it with relevant bits.
-*
-* Arguments:
-     none
-*
-* Returns:
-     the created struct wlandevice structure.
-*
-* Side effects:
-     also allocates the priv/hw structures.
-*
-* Call context:
-     process thread
-*
-*/
+ * create_wlan
+ *
+ * Called at module init time.  This creates the struct wlandevice structure
+ * and initializes it with relevant bits.
+ *
+ * Arguments:
+ *     none
+ *
+ * Returns:
+ *     the created struct wlandevice structure.
+ *
+ * Side effects:
+ *     also allocates the priv/hw structures.
+ *
+ * Call context:
+ *     process thread
+ *
+ */
 static struct wlandevice *create_wlan(void)
 {
        struct wlandevice *wlandev = NULL;