aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-05-21 08:00:04 -0400
committerRalf Baechle <ralf@linux-mips.org>2016-05-28 06:35:06 -0400
commite904b94a06c77a4241df7ba239c3b5fd1ddb1809 (patch)
tree9b41991cc7f5cca86405e13b228061fcd4fec285
parentbe9fde2eff7987067f58bea5d18d575335f9246f (diff)
MIPS: BCM63xx: Fix typo
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Cc: trivial@kernel.org Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/13319/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r--arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_enet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_enet.h b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_enet.h
index 466fc85899f4..c4e856f27040 100644
--- a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_enet.h
+++ b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_dev_enet.h
@@ -22,7 +22,7 @@ struct bcm63xx_enet_platform_data {
22 int has_phy_interrupt; 22 int has_phy_interrupt;
23 int phy_interrupt; 23 int phy_interrupt;
24 24
25 /* if has_phy, use autonegociated pause parameters or force 25 /* if has_phy, use autonegotiated pause parameters or force
26 * them */ 26 * them */
27 int pause_auto; 27 int pause_auto;
28 int pause_rx; 28 int pause_rx;