netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [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

* Re: [PATCH net-next] ptp_pch: fix typo in module parameter description
  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
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2013-03-26 16:49 UTC (permalink / raw)
  To: jbenc; +Cc: netdev, richardcochran, tshimizu818

From: Jiri Benc <jbenc@redhat.com>
Date: Tue, 26 Mar 2013 14:54:16 +0100

> Signed-off-by: Jiri Benc <jbenc@redhat.com>

Applied.

^ permalink raw reply	[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).