This patch fixes a warning of checkpatch about string splitting.

Signed-off-by: Johannes Stadlinger <johannes.stadlin...@fau.de>
Signed-off-by: Maximilian Eschenbacher <maximilian@eschenbacher.email>
CC: linux-ker...@i4.cs.fau.de
CC: Greg Kroah-Hartman <gre...@linuxfoundation.org>
CC: Josh Triplett <j...@joshtriplett.org>
CC: Vitaly Osipov <vitaly.osi...@gmail.com>
CC: Himangi Saraogi <himangi...@gmail.com>
CC: de...@driverdev.osuosl.org
CC: linux-kernel@vger.kernel.org
---
 drivers/staging/wlan-ng/prism2mib.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/wlan-ng/prism2mib.c 
b/drivers/staging/wlan-ng/prism2mib.c
index 0fb42df..bdd3b4c 100644
--- a/drivers/staging/wlan-ng/prism2mib.c
+++ b/drivers/staging/wlan-ng/prism2mib.c
@@ -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;
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to