提交 61e15f01 编写于 作者: G Gulsah Kose 提交者: Greg Kroah-Hartman

staging: octeon: Combined seperate strings.

This patch fixes "quoted string split across lines" checkpatch.pl
warning in ethernet-rx.c
Signed-off-by: NGulsah Kose <gulsah.1004@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 42e0e19d
...@@ -203,8 +203,7 @@ static inline int cvm_oct_check_rcv_error(cvmx_wqe_t *work) ...@@ -203,8 +203,7 @@ static inline int cvm_oct_check_rcv_error(cvmx_wqe_t *work)
ptr++; ptr++;
} }
} else { } else {
printk_ratelimited("Port %d unknown preamble, packet " printk_ratelimited("Port %d unknown preamble, packet dropped\n",
"dropped\n",
work->ipprt); work->ipprt);
/* /*
cvmx_helper_dump_packet(work); cvmx_helper_dump_packet(work);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册