Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

intel/fm10k:fix repeated words in comments

Delete the redundant word 'by'.
Delete the redundant word 'a'.

Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>

authored by

Jilin Yuan and committed by
Tony Nguyen
17527829 e2ef1c2d

+2 -2
+2 -2
drivers/net/ethernet/intel/fm10k/fm10k_tlv.c
··· 78 78 * @string: Pointer to location of destination string 79 79 * 80 80 * This function pulls the string back out of the attribute and will place 81 - * it in the array pointed by by string. It will return success if provided 81 + * it in the array pointed by string. It will return success if provided 82 82 * with a valid pointers. 83 83 **/ 84 84 static s32 fm10k_tlv_attr_get_null_string(u32 *attr, unsigned char *string) ··· 584 584 * @mbx: Unused mailbox pointer 585 585 * 586 586 * This function is a default handler for unrecognized messages. At a 587 - * a minimum it just indicates that the message requested was 587 + * minimum it just indicates that the message requested was 588 588 * unimplemented. 589 589 **/ 590 590 s32 fm10k_tlv_msg_error(struct fm10k_hw __always_unused *hw,