提交 69b95744 编写于 作者: B Bartosz Staszewski 提交者: Tony Nguyen

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: NBartosz Staszewski <bartoszx.staszewski@intel.com>
Signed-off-by: NKamil Maziarz <kamil.maziarz@intel.com>
Tested-by: Gurucharan <gurucharanx.g@intel.com> (A Contingent worker at Intel)
Signed-off-by: NTony Nguyen <anthony.l.nguyen@intel.com>
上级 619058ec
...@@ -5083,7 +5083,7 @@ static void iavf_remove(struct pci_dev *pdev) ...@@ -5083,7 +5083,7 @@ static void iavf_remove(struct pci_dev *pdev)
} }
mutex_lock(&adapter->crit_lock); mutex_lock(&adapter->crit_lock);
dev_info(&adapter->pdev->dev, "Remove device\n"); dev_info(&adapter->pdev->dev, "Removing device\n");
iavf_change_state(adapter, __IAVF_REMOVE); iavf_change_state(adapter, __IAVF_REMOVE);
iavf_request_reset(adapter); iavf_request_reset(adapter);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册