igb: add support for SGMII-based MDIO PHYs
[deliverable/linux.git] / drivers / watchdog / mpc8xxx_wdt.c
index 7b55974191dd7ea5b160f1973e10509f253862aa..6622335773bbc53fd2f0c3aa90b986d6b2dca0ea 100644 (file)
@@ -53,7 +53,7 @@ static int mpc8xxx_wdt_init_late(void);
 static u16 timeout = 0xffff;
 module_param(timeout, ushort, 0);
 MODULE_PARM_DESC(timeout,
-       "Watchdog timeout in ticks. (0<timeout<65536, default=65535");
+       "Watchdog timeout in ticks. (0<timeout<65536, default=65535)");
 
 static int reset = 1;
 module_param(reset, bool, 0);
This page took 0.037672 seconds and 5 git commands to generate.