Skip to content

Commit 6564cfe

Browse files
flavio-suligoidavem330
authored andcommitted
net: ethernet: oki-semi: pch_gbe: fix spelling mistake
Fix typo: "Triger" --> "Trigger" Signed-off-by: Flavio Suligoi <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 24f5aa5 commit 6564cfe

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/ethernet/oki-semi/pch_gbe

1 file changed

+1
-1
lines changed

drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ struct pch_gbe_regs {
147147
#define PCH_GBE_RH_ALM_FULL_8 0x00001000 /* 8 words */
148148
#define PCH_GBE_RH_ALM_FULL_16 0x00002000 /* 16 words */
149149
#define PCH_GBE_RH_ALM_FULL_32 0x00003000 /* 32 words */
150-
/* RX FIFO Read Triger Threshold */
150+
/* RX FIFO Read Trigger Threshold */
151151
#define PCH_GBE_RH_RD_TRG_4 0x00000000 /* 4 words */
152152
#define PCH_GBE_RH_RD_TRG_8 0x00000200 /* 8 words */
153153
#define PCH_GBE_RH_RD_TRG_16 0x00000400 /* 16 words */

0 commit comments

Comments
 (0)