]> git.baikalelectronics.ru Git - kernel.git/commit
igb: Fix format with line continuation whitespace
authorJoe Perches <joe@perches.com>
Thu, 1 Nov 2018 07:03:31 +0000 (00:03 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 21 Nov 2018 18:22:10 +0000 (10:22 -0800)
commit9703f765757655dac218fba9ec6318a382e58e8f
tree5910605fff2f0835ab44f090c83b2ad0886c15fd
parent1058c4f8999529a3c6ce2a4556c8c968f41d5fd1
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>
drivers/net/ethernet/intel/igb/igb_main.c