diff options
author | Moritz Fischer <moritz.fischer@ettus.com> | 2016-03-29 22:11:15 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-04-04 16:16:36 -0400 |
commit | 88023beb2a467dcfd9aa958138f0f3b5e1c432e0 (patch) | |
tree | ec5c3d1e82866a370a4c71d2e71c5821cd7c5115 | |
parent | eefb52d1ec8eb1354ff1bf55811a0da74bffccb8 (diff) |
net: macb: Fix simple typo
Acked-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/cadence/macb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/cadence/macb.c b/drivers/net/ethernet/cadence/macb.c index 01a8ffbfc464..eec3200ade4a 100644 --- a/drivers/net/ethernet/cadence/macb.c +++ b/drivers/net/ethernet/cadence/macb.c | |||
@@ -130,7 +130,7 @@ static void hw_writel(struct macb *bp, int offset, u32 value) | |||
130 | } | 130 | } |
131 | 131 | ||
132 | /* Find the CPU endianness by using the loopback bit of NCR register. When the | 132 | /* 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 |
134 | * descriptor access. | 134 | * descriptor access. |
135 | */ | 135 | */ |
136 | static bool hw_is_native_io(void __iomem *addr) | 136 | static bool hw_is_native_io(void __iomem *addr) |