staging: nokia_h4p: Fix quoted string split across lines
authorGulsah Kose <gulsah.1004@gmail.com>
Wed, 19 Mar 2014 18:16:19 +0000 (20:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 Mar 2014 20:50:23 +0000 (13:50 -0700)
Fix checkpatch.pl issues with quoted string split across lines in
nokia_fw-csr.c

Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/nokia_h4p/nokia_fw-csr.c

index e39c4a31a879e4e5afabef032aff65514a7663da..fe6b704b3d97e86409735b683c7fb25e2189919d 100644 (file)
@@ -74,8 +74,7 @@ int hci_h4p_bc4_send_fw(struct hci_h4p_info *info,
                }
 
                if (not_valid) {
-                       dev_info(info->dev, "Valid bluetooth address not found,"
-                                       " setting some random\n");
+                       dev_info(info->dev, "Valid bluetooth address not found, setting some random\n");
                        /* When address is not valid, use some random */
                        memcpy(info->bd_addr, nokia_oui, 3);
                        get_random_bytes(info->bd_addr + 3, 3);
This page took 0.024186 seconds and 5 git commands to generate.