diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2025-07-23 15:15:05 -0500 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-07-25 10:29:07 -0700 |
commit | fe09560f82415d6592e74821e031a76eed173a03 (patch) | |
tree | 95f3a0ce3a23276e582c6a69e63002db53e8ab57 /drivers/net/ethernet/sun/sunqe.h | |
parent | faa60990a5414e5a1957adc9434ca0e804ad700b (diff) |
net: Fix typos
Fix typos in comments and error messages.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: David Arinzon <darinzon@amazon.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250723201528.2908218-1-helgaas@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/ethernet/sun/sunqe.h')
-rw-r--r-- | drivers/net/ethernet/sun/sunqe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sun/sunqe.h b/drivers/net/ethernet/sun/sunqe.h index 0daed05b7c83..300631e8ac0d 100644 --- a/drivers/net/ethernet/sun/sunqe.h +++ b/drivers/net/ethernet/sun/sunqe.h @@ -36,7 +36,7 @@ #define GLOB_PSIZE_6144 0x10 /* 6k packet size */ #define GLOB_PSIZE_8192 0x11 /* 8k packet size */ -/* In MACE mode, there are four qe channels. Each channel has it's own +/* In MACE mode, there are four qe channels. Each channel has its own * status bits in the QEC status register. This macro picks out the * ones you want. */ |