diff mbox series

ethernet/ibm:fix repeated words in comments

Message ID 20220629132209.30191-1-yuanjilin@cdjrlc.com (mailing list archive)
State Handled Elsewhere
Headers show
Series ethernet/ibm:fix repeated words in comments | expand

Checks

Context Check Description
snowpatch_ozlabs/github-powerpc_sparse success Successfully ran 4 jobs.
snowpatch_ozlabs/github-powerpc_clang success Successfully ran 7 jobs.
snowpatch_ozlabs/github-powerpc_kernel_qemu success Successfully ran 23 jobs.

Commit Message

Jilin Yuan June 29, 2022, 1:22 p.m. UTC
Delete the redundant word 'a'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
 drivers/net/ethernet/ibm/ibmvnic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/net/ethernet/ibm/ibmvnic.c b/drivers/net/ethernet/ibm/ibmvnic.c
index 7e7fe5bdf1f8..8ab326fdc3f5 100644
--- a/drivers/net/ethernet/ibm/ibmvnic.c
+++ b/drivers/net/ethernet/ibm/ibmvnic.c
@@ -3073,7 +3073,7 @@  static int ibmvnic_reset(struct ibmvnic_adapter *adapter,
 
 	/* If failover is pending don't schedule any other reset.
 	 * Instead let the failover complete. If there is already a
-	 * a failover reset scheduled, we will detect and drop the
+	 * failover reset scheduled, we will detect and drop the
 	 * duplicate reset when walking the ->rwi_list below.
 	 */
 	if (adapter->state == VNIC_REMOVING ||