ptp_pch: fix typo in module parameter description
authorJiri Benc <jbenc@redhat.com>
Tue, 26 Mar 2013 03:54:16 +0000 (03:54 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Mar 2013 16:49:40 +0000 (12:49 -0400)
Signed-off-by: Jiri Benc <jbenc@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/ptp/ptp_pch.c

index 1367655..e85926b 100644 (file)
@@ -725,7 +725,7 @@ module_exit(ptp_pch_exit);
 
 module_param_string(station, pch_param.station, sizeof pch_param.station, 0444);
 MODULE_PARM_DESC(station,
-        "IEEE 1588 station address to use - column separated hex values");
+        "IEEE 1588 station address to use - colon separated hex values");
 
 MODULE_AUTHOR("LAPIS SEMICONDUCTOR, <tshimizu818@gmail.com>");
 MODULE_DESCRIPTION("PTP clock using the EG20T timer");