Skip to content

Commit 88023be

Browse files
Moritz Fischerdavem330
authored andcommitted
net: macb: Fix simple typo
Acked-by: Michal Simek <[email protected]> Acked-by: Nicolas Ferre <[email protected]> Signed-off-by: Moritz Fischer <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent eefb52d commit 88023be

File tree

1 file changed

+1
-1
lines changed
  • drivers/net/ethernet/cadence

1 file changed

+1
-1
lines changed

drivers/net/ethernet/cadence/macb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ static void hw_writel(struct macb *bp, int offset, u32 value)
130130
}
131131

132132
/* Find the CPU endianness by using the loopback bit of NCR register. When the
133-
* CPU is in big endian we need to program swaped mode for management
133+
* CPU is in big endian we need to program swapped mode for management
134134
* descriptor access.
135135
*/
136136
static bool hw_is_native_io(void __iomem *addr)

0 commit comments

Comments
 (0)