ethernet: codespell comment spelling fixes
To test a checkpatch spelling patch, I ran codespell against drivers/net/ethernet/. $ git ls-files drivers/net/ethernet/ | \ while read file ; do \ codespell -w $file; \ done I removed a false positive in e1000_hw.h Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committad av
David S. Miller

förälder
cbe21d92e4
incheckning
dbedd44e98
@@ -135,7 +135,7 @@ struct bfa_cee_lldp_str {
|
||||
u8 value[BFA_CEE_LLDP_MAX_STRING_LEN];
|
||||
};
|
||||
|
||||
/* LLDP paramters */
|
||||
/* LLDP parameters */
|
||||
struct bfa_cee_lldp_cfg {
|
||||
struct bfa_cee_lldp_str chassis_id;
|
||||
struct bfa_cee_lldp_str port_id;
|
||||
|
@@ -1340,7 +1340,7 @@ bfa_ioc_fwver_md5_check(struct bfi_ioc_image_hdr *fwhdr_1,
|
||||
return true;
|
||||
}
|
||||
|
||||
/* Returns TRUE if major minor and maintainence are same.
|
||||
/* Returns TRUE if major minor and maintenance are same.
|
||||
* If patch version are same, check for MD5 Checksum to be same.
|
||||
*/
|
||||
static bool
|
||||
|
@@ -699,7 +699,7 @@ bfa_ioc_ct2_sclk_init(void __iomem *rb)
|
||||
|
||||
/*
|
||||
* Ignore mode and program for the max clock (which is FC16)
|
||||
* Firmware/NFC will do the PLL init appropiately
|
||||
* Firmware/NFC will do the PLL init appropriately
|
||||
*/
|
||||
r32 = readl((rb + CT2_APP_PLL_SCLK_CTL_REG));
|
||||
r32 &= ~(__APP_PLL_SCLK_REFCLK_SEL | __APP_PLL_SCLK_CLK_DIV2);
|
||||
|
@@ -159,8 +159,8 @@ enum bfi_asic_gen {
|
||||
};
|
||||
|
||||
enum bfi_asic_mode {
|
||||
BFI_ASIC_MODE_FC = 1, /* FC upto 8G speed */
|
||||
BFI_ASIC_MODE_FC16 = 2, /* FC upto 16G speed */
|
||||
BFI_ASIC_MODE_FC = 1, /* FC up to 8G speed */
|
||||
BFI_ASIC_MODE_FC16 = 2, /* FC up to 16G speed */
|
||||
BFI_ASIC_MODE_ETH = 3, /* Ethernet ports */
|
||||
BFI_ASIC_MODE_COMBO = 4, /* FC 16G and Ethernet 10G port */
|
||||
};
|
||||
|
@@ -363,7 +363,7 @@ struct bna_txq_wi_vector {
|
||||
|
||||
/* TxQ Entry Structure
|
||||
*
|
||||
* BEWARE: Load values into this structure with correct endianess.
|
||||
* BEWARE: Load values into this structure with correct endianness.
|
||||
*/
|
||||
struct bna_txq_entry {
|
||||
union {
|
||||
|
Referens i nytt ärende
Block a user