diff options
author | Akeem G Abodunrin <[email protected]> | 2014-08-01 13:27:09 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2014-08-02 19:41:14 -0700 |
commit | 84a9208d9ee025945dc9ab79f89f9d36cc60f287 (patch) | |
tree | a07fd9f33b13ce7d4a043d08ec3b6ade33758ce8 | |
parent | b39c1e2c581fac29a63e322667cbd39a8661ca2a (diff) |
i40e: Minor comment changes
Fixes comment for reset reason
Change-ID: I6fda4fa292255e6eb0f874502b4d38d722149b10
Signed-off-by: Akeem G Abodunrin <[email protected]>
Tested-by: Jim Young <[email protected]>
Signed-off-by: Aaron Brown <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
-rw-r--r-- | drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c b/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c index 504bdf5939b5..033d85323d6e 100644 --- a/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c +++ b/drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c @@ -669,7 +669,7 @@ void i40e_reset_vf(struct i40e_vf *vf, bool flr) */ for (i = 0; i < 100; i++) { /* vf reset requires driver to first reset the - * vf & than poll the status register to make sure + * vf and then poll the status register to make sure * that the requested op was completed * successfully */ |