staging: octeon: Combined seperate strings.
authorGulsah Kose <gulsah.1004@gmail.com>
Tue, 30 Sep 2014 19:12:23 +0000 (22:12 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Oct 2014 16:59:20 +0000 (09:59 -0700)
This patch fixes "quoted string split across lines" checkpatch.pl
warning in ethernet-rx.c

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

index a0f4868..b2b6c3c 100644 (file)
@@ -203,8 +203,7 @@ static inline int cvm_oct_check_rcv_error(cvmx_wqe_t *work)
                                        ptr++;
                                }
                        } else {
-                               printk_ratelimited("Port %d unknown preamble, packet "
-                                                  "dropped\n",
+                               printk_ratelimited("Port %d unknown preamble, packet dropped\n",
                                                   work->ipprt);
                                /*
                                   cvmx_helper_dump_packet(work);