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>
This commit is contained in:
parent
42e0e19d5d
commit
61e15f010e
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue