diff mbox

[net-next] ptp_pch: fix typo in module parameter description

Message ID 2eb67bf713f5c8fae6566b040690fa932087da5f.1364305861.git.jbenc@redhat.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Jiri Benc March 26, 2013, 1:54 p.m. UTC
Signed-off-by: Jiri Benc <jbenc@redhat.com>
---
 drivers/ptp/ptp_pch.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

David Miller March 26, 2013, 4:49 p.m. UTC | #1
From: Jiri Benc <jbenc@redhat.com>
Date: Tue, 26 Mar 2013 14:54:16 +0100

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

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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");