All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH net-next v1] iavf: Change information about device removal in dmesg
@ 2022-10-24  8:49 Kamil Maziarz
  2022-10-31  6:22 ` G, GurucharanX
  0 siblings, 1 reply; 2+ messages in thread
From: Kamil Maziarz @ 2022-10-24  8:49 UTC (permalink / raw)
  To: intel-wired-lan; +Cc: Kamil Maziarz, Bartosz Staszewski

From: Bartosz Staszewski <bartoszx.staszewski@intel.com>

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>
---
 drivers/net/ethernet/intel/iavf/iavf_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/intel/iavf/iavf_main.c b/drivers/net/ethernet/intel/iavf/iavf_main.c
index 3fc572341781..a61e0e3e39b6 100644
--- a/drivers/net/ethernet/intel/iavf/iavf_main.c
+++ b/drivers/net/ethernet/intel/iavf/iavf_main.c
@@ -5083,7 +5083,7 @@ static void iavf_remove(struct pci_dev *pdev)
 	}
 
 	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_request_reset(adapter);
-- 
2.25.1

_______________________________________________
Intel-wired-lan mailing list
Intel-wired-lan@osuosl.org
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Intel-wired-lan] [PATCH net-next v1] iavf: Change information about device removal in dmesg
  2022-10-24  8:49 [Intel-wired-lan] [PATCH net-next v1] iavf: Change information about device removal in dmesg Kamil Maziarz
@ 2022-10-31  6:22 ` G, GurucharanX
  0 siblings, 0 replies; 2+ messages in thread
From: G, GurucharanX @ 2022-10-31  6:22 UTC (permalink / raw)
  To: Maziarz, Kamil, intel-wired-lan; +Cc: Maziarz, Kamil, Staszewski, BartoszX



> -----Original Message-----
> From: Intel-wired-lan <intel-wired-lan-bounces@osuosl.org> On Behalf Of
> Kamil Maziarz
> Sent: Monday, October 24, 2022 2:20 PM
> To: intel-wired-lan@lists.osuosl.org
> Cc: Maziarz, Kamil <kamil.maziarz@intel.com>; Staszewski, BartoszX
> <bartoszx.staszewski@intel.com>
> Subject: [Intel-wired-lan] [PATCH net-next v1] iavf: Change information
> about device removal in dmesg
> 
> From: Bartosz Staszewski <bartoszx.staszewski@intel.com>
> 
> 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>
> ---
>  drivers/net/ethernet/intel/iavf/iavf_main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Tested-by: Gurucharan <gurucharanx.g@intel.com> (A Contingent worker at Intel)
_______________________________________________
Intel-wired-lan mailing list
Intel-wired-lan@osuosl.org
https://lists.osuosl.org/mailman/listinfo/intel-wired-lan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-31  6:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-24  8:49 [Intel-wired-lan] [PATCH net-next v1] iavf: Change information about device removal in dmesg Kamil Maziarz
2022-10-31  6:22 ` G, GurucharanX

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.