]> git.baikalelectronics.ru Git - kernel.git/commit
ice: add newline to dev_dbg in ice_vf_fdir_dump_info
authorJacob Keller <jacob.e.keller@intel.com>
Mon, 11 Apr 2022 23:29:02 +0000 (16:29 -0700)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Thu, 5 May 2022 18:28:36 +0000 (11:28 -0700)
commitf0197f65d5c191c2c0aaab31c7739c415768e2f3
tree1ceb77927b3abff144186f33be2f0d4fb11a5e88
parent6bbe2f1597105d1da75bd093cc39923bd81f9989
ice: add newline to dev_dbg in ice_vf_fdir_dump_info

The debug print in ice_vf_fdir_dump_info does not end in newlines. This can
look confusing when reading the kernel log, as the next print will
immediately continue on the same line.

Fix this by adding the forgotten newline.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Reviewed-by: Paul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ice/ice_virtchnl_fdir.c