[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <2eb67bf713f5c8fae6566b040690fa932087da5f.1364305861.git.jbenc@redhat.com>
Date: Tue, 26 Mar 2013 14:54:16 +0100
From: Jiri Benc <jbenc@...hat.com>
To: netdev@...r.kernel.org
Cc: Richard Cochran <richardcochran@...il.com>,
Takahiro Shimizu <tshimizu818@...il.com>
Subject: [PATCH net-next] ptp_pch: fix typo in module parameter description
Signed-off-by: Jiri Benc <jbenc@...hat.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@...il.com>");
MODULE_DESCRIPTION("PTP clock using the EG20T timer");
--
1.7.6.5
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists