* [PATCH net-next] ptp_pch: fix typo in module parameter description
@ 2013-03-26 13:54 Jiri Benc
2013-03-26 16:49 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Jiri Benc @ 2013-03-26 13:54 UTC (permalink / raw)
To: netdev; +Cc: Richard Cochran, Takahiro Shimizu
Signed-off-by: Jiri Benc <jbenc@redhat.com>
---
drivers/ptp/ptp_pch.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/ptp/ptp_pch.c b/drivers/ptp/ptp_pch.c
index 1367655..e85926b 100644
--- a/drivers/ptp/ptp_pch.c
+++ b/drivers/ptp/ptp_pch.c
@@ -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");
--
1.7.6.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-26 16:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-26 13:54 [PATCH net-next] ptp_pch: fix typo in module parameter description Jiri Benc
2013-03-26 16:49 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).