OSDN Git Service

net: macb: Fix simple typo
authorMoritz Fischer <moritz.fischer@ettus.com>
Wed, 30 Mar 2016 02:11:15 +0000 (19:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Apr 2016 20:16:36 +0000 (16:16 -0400)
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>
drivers/net/ethernet/cadence/macb.c

index 01a8ffb..eec3200 100644 (file)
@@ -130,7 +130,7 @@ static void hw_writel(struct macb *bp, int offset, u32 value)
 }
 
 /* Find the CPU endianness by using the loopback bit of NCR register. When the
- * CPU is in big endian we need to program swaped mode for management
+ * CPU is in big endian we need to program swapped mode for management
  * descriptor access.
  */
 static bool hw_is_native_io(void __iomem *addr)