aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorGulsah Kose <gulsah.1004@gmail.com>2014-09-30 22:12:23 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-10-02 09:59:20 -0700
commit61e15f010e4a3647043e55e41f60197ba4aa9b4f (patch)
treef6614aaf363fa0b786f9dc92f06d0164996241d0 /drivers/staging
parentstaging: octeon: Combined seperate strings. (diff)
downloadlinux-dev-61e15f010e4a3647043e55e41f60197ba4aa9b4f.tar.xz
linux-dev-61e15f010e4a3647043e55e41f60197ba4aa9b4f.zip
staging: octeon: Combined seperate strings.
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>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/octeon/ethernet-rx.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/octeon/ethernet-rx.c b/drivers/staging/octeon/ethernet-rx.c
index a0f4868cfa13..b2b6c3cd2bed 100644
--- a/drivers/staging/octeon/ethernet-rx.c
+++ b/drivers/staging/octeon/ethernet-rx.c
@@ -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);