]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: bcm: Fix quoted string split across lines warning
authorYeliz Taneroglu <yeliztaneroglu@gmail.com>
Sun, 28 Sep 2014 11:40:19 +0000 (14:40 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Sep 2014 02:12:28 +0000 (22:12 -0400)
The following patch the checkpatch.pl warning:

drivers/staging/bcm/InterfaceIdleMode.c:215: warning:quoted string split across lines

Signed-off-by: Yeliz Taneroglu <yeliztaneroglu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/InterfaceIdleMode.c

index c84ee494f55f2cc20dba8b4ee682ec5996070b93..e075f0e8cceaf2878a658fdde86fce96d5c27fbe 100644 (file)
@@ -211,8 +211,7 @@ static int InterfaceAbortIdlemode(struct bcm_mini_adapter *Adapter,
                else
                        BCM_DEBUG_PRINT(Adapter, DBG_TYPE_OTHERS,
                                IDLE_MODE, DBG_LVL_ALL,
-                               "Number of completed iteration to"
-                               "read chip-id :%lu", itr);
+                               "Number of completed iteration to read chip-id :%lu", itr);
 
                status = wrmalt(Adapter, SW_ABORT_IDLEMODE_LOC,
                                &Pattern, sizeof(status));