diff options
author | 2021-12-14 20:50:04 +0800 | |
---|---|---|
committer | 2021-12-21 09:17:47 -0800 | |
commit | 37cf276df1014aa4647ae364bde878041053b40d (patch) | |
tree | 15c90ad32c36eca447317f8d26e7c6482b1b3a5a | |
parent | igbvf: Refactor trace (diff) | |
download | linux-rng-37cf276df1014aa4647ae364bde878041053b40d.tar.xz linux-rng-37cf276df1014aa4647ae364bde878041053b40d.zip |
fm10k: Fix syntax errors in comments
Delete the redundant word 'by'.
Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
-rw-r--r-- | drivers/net/ethernet/intel/fm10k/fm10k_tlv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/fm10k/fm10k_tlv.c b/drivers/net/ethernet/intel/fm10k/fm10k_tlv.c index 21eff0895a7a..f6d56867f857 100644 --- a/drivers/net/ethernet/intel/fm10k/fm10k_tlv.c +++ b/drivers/net/ethernet/intel/fm10k/fm10k_tlv.c @@ -143,7 +143,7 @@ s32 fm10k_tlv_attr_put_mac_vlan(u32 *msg, u16 attr_id, * @vlan: location of buffer to store VLAN * * This function pulls the MAC address back out of the attribute and will - * place it in the array pointed by by mac_addr. It will return success + * place it in the array pointed by mac_addr. It will return success * if provided with a valid pointers. **/ s32 fm10k_tlv_attr_get_mac_vlan(u32 *attr, u8 *mac_addr, u16 *vlan) |