From: Sergei Shtylyov Date: Fri, 10 Jan 2014 23:41:49 +0000 (+0300) Subject: sh_eth: fix garbled TX error message X-Git-Tag: v3.14-rc1~94^2~200 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=090d560fc4723f61b561c8fceb810d4645b49b4c;p=pandora-kernel.git sh_eth: fix garbled TX error message sh_eth_error() in case of a TX error tries to print a message using 2 dev_err() calls with the first string not finished by '\n', so that the resulting message would inevitably come out garbled, with something like "3net eth0: " inserted in the middle. Avoid that by merging 2 calls into one. While at it, insert an empty line after the nearby declaration. Signed-off-by: Sergei Shtylyov Reviewed-by: Simon Horman Signed-off-by: David S. Miller --- Reading git-diff-tree failed