]> www.infradead.org Git - users/dwmw2/linux.git/commit
iavf: Change information about device removal in dmesg
authorBartosz Staszewski <bartoszx.staszewski@intel.com>
Mon, 24 Oct 2022 08:49:55 +0000 (10:49 +0200)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Wed, 2 Nov 2022 16:37:20 +0000 (09:37 -0700)
commit69b957440a6379b4ae4bc6eef07bbf5efdeb4233
treef8d53495a37553d52f75a1d37eaf33400619ff53
parent619058eca5099a29d717202b3a0adcfc87b77445
iavf: Change information about device removal in dmesg

Changed information about device removal in dmesg.
In function iavf_remove changed printed message from
"Remove" to "Removing" after hot vf plug/unplug.
Reason for this change is that, that "Removing" word
is better because it is clearer for the user that
the device is already being removed rather than implying
that the user should remove this device.

Signed-off-by: Bartosz Staszewski <bartoszx.staszewski@intel.com>
Signed-off-by: Kamil Maziarz <kamil.maziarz@intel.com>
Tested-by: Gurucharan <gurucharanx.g@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/iavf/iavf_main.c