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: Tugce Sirin <ztugcesi...@gmail.com>
CC: Josh Triplett <j...@joshtriplett.org>
CC: Vitaly Osipov <vitaly.osi...@gmail.com>
CC: Neil Armstrong <superna9...@gmail.com>
CC: Paul Gortmaker <paul.gortma...@windriver.com>
CC: de...@driverdev.osuosl.org
CC: linux-kernel@vger.kernel.org
---
 drivers/staging/wlan-ng/prism2sta.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/staging/wlan-ng/prism2sta.c 
b/drivers/staging/wlan-ng/prism2sta.c
index a449fdf..9444006 100644
--- a/drivers/staging/wlan-ng/prism2sta.c
+++ b/drivers/staging/wlan-ng/prism2sta.c
@@ -468,8 +468,7 @@ u32 prism2sta_ifstate(wlandevice_t *wlandev, u32 ifstate)
                        break;
                case WLAN_MSD_RUNNING:
                        netdev_warn(wlandev->netdev,
-                              "Cannot enter fwload state from enable state,"
-                              "you must disable first.\n");
+                                   "Cannot enter fwload state from enable 
state, you must disable first.\n");
                        result = P80211ENUM_resultcode_invalid_parameters;
                        break;
                case WLAN_MSD_HWFAIL:
-- 
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