wlan-ng/prism2mib:checkpatch: Fix string split
authorJohannes Stadlinger <[email protected]>
Thu, 19 Jun 2014 19:20:16 +0000 (21:20 +0200)
committerGreg Kroah-Hartman <[email protected]>
Fri, 20 Jun 2014 00:30:13 +0000 (17:30 -0700)
This patch fixes a warning of checkpatch about string splitting.

Signed-off-by: Johannes Stadlinger <[email protected]>
Signed-off-by: Maximilian Eschenbacher <[email protected]>
CC: [email protected]
Reviewed-by: Josh Triplett <[email protected]>
CC: Vitaly Osipov <[email protected]>
CC: Himangi Saraogi <[email protected]>
CC: [email protected]
CC: [email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/staging/wlan-ng/prism2mib.c

index 0fb42dfca2a47776274749f5dc563a0c2c161333..bdd3b4c442d29722e2719a5647c6d65f3fe68429 100644 (file)
@@ -672,8 +672,8 @@ static int prism2mib_fragmentationthreshold(struct mibrec *mib,
 
        if (!isget)
                if ((*uint32) % 2) {
-                       netdev_warn(wlandev->netdev, "Attempt to set odd number "
-                              "FragmentationThreshold\n");
+                       netdev_warn(wlandev->netdev,
+                                   "Attempt to set odd number FragmentationThreshold\n");
                        msg->resultcode.data =
                            P80211ENUM_resultcode_not_supported;
                        return 0;