drivers/net/ethernet/sfc/mcdi_pcol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Correct the spelling of 'adress' to 'address' in a comment within
mcdi_pcol.h. This improves code readability and documentation
consistency in the Solarflare MCDI protocol header.
Signed-off-by: Mohammed EL Kadiri <med08elkadiri@gmail.com>
---
v2:
- Specify 'net-next' in the subject prefix as required by netdev CI.
- Change 'Fix' to 'fix' in the subject line for consistency.
drivers/net/ethernet/sfc/mcdi_pcol.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/sfc/mcdi_pcol.h b/drivers/net/ethernet/sfc/mcdi_pcol.h
index b9866e389e6d..a9a7076c00e4 100644
--- a/drivers/net/ethernet/sfc/mcdi_pcol.h
+++ b/drivers/net/ethernet/sfc/mcdi_pcol.h
@@ -21387,7 +21387,7 @@
#define MC_CMD_PRIVILEGE_MASK_IN_GRP_ALL_MULTICAST 0x200 /* enum */
#define MC_CMD_PRIVILEGE_MASK_IN_GRP_PROMISCUOUS 0x400 /* enum */
/* enum: Allows to set the TX packets' source MAC address to any arbitrary MAC
- * adress.
+ * address.
*/
#define MC_CMD_PRIVILEGE_MASK_IN_GRP_MAC_SPOOFING_TX 0x800
/* enum: Privilege that allows a Function to change the MAC address configured
--
2.43.0
On 22/03/2026 15:07, Mohammed EL Kadiri wrote: > Correct the spelling of 'adress' to 'address' in a comment within > mcdi_pcol.h. This improves code readability and documentation > consistency in the Solarflare MCDI protocol header. > > Signed-off-by: Mohammed EL Kadiri <med08elkadiri@gmail.com> mcdi_pcol.h is automatically generated from definitions shared with firmware. I have passed this spelling fix upstream for inclusion in the next regeneration of the header. -ed > --- > v2: > - Specify 'net-next' in the subject prefix as required by netdev CI. > - Change 'Fix' to 'fix' in the subject line for consistency. > > drivers/net/ethernet/sfc/mcdi_pcol.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/ethernet/sfc/mcdi_pcol.h b/drivers/net/ethernet/sfc/mcdi_pcol.h > index b9866e389e6d..a9a7076c00e4 100644 > --- a/drivers/net/ethernet/sfc/mcdi_pcol.h > +++ b/drivers/net/ethernet/sfc/mcdi_pcol.h > @@ -21387,7 +21387,7 @@ > #define MC_CMD_PRIVILEGE_MASK_IN_GRP_ALL_MULTICAST 0x200 /* enum */ > #define MC_CMD_PRIVILEGE_MASK_IN_GRP_PROMISCUOUS 0x400 /* enum */ > /* enum: Allows to set the TX packets' source MAC address to any arbitrary MAC > - * adress. > + * address. > */ > #define MC_CMD_PRIVILEGE_MASK_IN_GRP_MAC_SPOOFING_TX 0x800 > /* enum: Privilege that allows a Function to change the MAC address configured
© 2016 - 2026 Red Hat, Inc.