commit | 4df3c543a72585fdcac8fed9547d2ce395729221 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Thu Nov 01 00:03:31 2018 -0700 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed Nov 21 10:22:10 2018 -0800 |
tree | 5910605fff2f0835ab44f090c83b2ad0886c15fd | |
parent | b3c4d7c93e45f2cb9265c40e874c7ea56828d8df [diff] |
igb: Fix format with line continuation whitespace The line continuation unintentionally adds whitespace so instead use a coalesced format to remove the whitespace. Miscellanea: o Use a more typical style for ternaries and arguments for this logging message Signed-off-by: Joe Perches <joe@perches.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Acked-by: Vinicius Costa Gomes <vinicius.gomes@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>