]> git.karo-electronics.de Git - linux-beck.git/commit
ixgbe: fix some multiline hw_dbg prints
authorJacob Keller <jacob.e.keller@intel.com>
Sat, 22 Feb 2014 01:23:52 +0000 (01:23 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 13 Mar 2014 02:05:40 +0000 (19:05 -0700)
commit305f8cec7be51e5bf2074e10416133546afa117e
treead1e1f6746c7d60f1e69fbc94eecafcf33b1f31e
parent4483470084ab5d933935b3f1a111d80b0850b41d
ixgbe: fix some multiline hw_dbg prints

This patch fixes some formatting on multilined print messages, so that
the text of the print appears on a single line, which aids in grepping
the sourcecode for where the error came from.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c