From 090d560fc4723f61b561c8fceb810d4645b49b4c Mon Sep 17 00:00:00 2001 From: Sergei Shtylyov Date: Sat, 11 Jan 2014 02:41:49 +0300 Subject: [PATCH] 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-format-patch failed