wlan-ng/prism2mgmt.c: formated too long lines
authorSebastian Wankerl <sisewank@cip.cs.fau.de>
Sun, 20 Jan 2013 15:30:54 +0000 (16:30 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 20 Jan 2013 23:56:59 +0000 (15:56 -0800)
Formated pr_debug() calls

Signed-off-by: Sebastian Wankerl <sisewank@cip.cs.fau.de>
Signed-off-by: Sebastian Ehrenfels <qi50dube@cip.cs.fau.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/prism2mgmt.c

index 62b94b0..fba4af8 100644 (file)
@@ -1144,9 +1144,8 @@ int prism2mgmt_wlansniff(wlandevice_t *wlandev, void *msgp)
                        /* Enable the port */
                        result = hfa384x_drvr_enable(hw, 0);
                        if (result) {
-                               pr_debug
-                               ("failed to enable port to presniff setting, result=%d\n",
-                                    result);
+                               pr_debug("failed to enable port to presniff setting, result=%d\n",
+                                        result);
                                goto failed;
                        }
                } else {
@@ -1186,18 +1185,16 @@ int prism2mgmt_wlansniff(wlandevice_t *wlandev, void *msgp)
                                hfa384x_drvr_stop(hw);
                                result = hfa384x_drvr_start(hw);
                                if (result) {
-                                       pr_debug
-                                           ("failed to restart the card for sniffing, result=%d\n",
-                                            result);
+                                       pr_debug("failed to restart the card for sniffing, result=%d\n",
+                                                result);
                                        goto failed;
                                }
                        } else {
                                /* Disable the port */
                                result = hfa384x_drvr_disable(hw, 0);
                                if (result) {
-                                       pr_debug
-                                           ("failed to enable port for sniffing, result=%d\n",
-                                            result);
+                                       pr_debug("failed to enable port for sniffing, result=%d\n",
+                                                result);
                                        goto failed;
                                }
                        }