Skip to content

Commit fbe66f5

Browse files
ksornekanguy11
authored andcommitted
iavf: Refactor text of informational message
This message is intended to be informational to indicate a reset is about to happen, but the use of "warning" in the message text can cause concern with users. Reword the message to make it less alarming. Signed-off-by: Bruce Allan <[email protected]> Signed-off-by: Karen Sornek <[email protected]> Tested-by: George Kuruvinakunnel <[email protected]> Signed-off-by: Tony Nguyen <[email protected]>
1 parent 349181b commit fbe66f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/intel/iavf/iavf_virtchnl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1530,7 +1530,7 @@ void iavf_virtchnl_completion(struct iavf_adapter *adapter,
15301530
iavf_print_link_message(adapter);
15311531
break;
15321532
case VIRTCHNL_EVENT_RESET_IMPENDING:
1533-
dev_info(&adapter->pdev->dev, "Reset warning received from the PF\n");
1533+
dev_info(&adapter->pdev->dev, "Reset indication received from the PF\n");
15341534
if (!(adapter->flags & IAVF_FLAG_RESET_PENDING)) {
15351535
adapter->flags |= IAVF_FLAG_RESET_PENDING;
15361536
dev_info(&adapter->pdev->dev, "Scheduling reset task\n");

0 commit comments

Comments
 (0)