diff options
-rw-r--r-- | 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 1367655eee39..e85926bf2de7 100644 --- a/drivers/ptp/ptp_pch.c +++ b/drivers/ptp/ptp_pch.c | |||
@@ -725,7 +725,7 @@ module_exit(ptp_pch_exit); | |||
725 | 725 | ||
726 | module_param_string(station, pch_param.station, sizeof pch_param.station, 0444); | 726 | module_param_string(station, pch_param.station, sizeof pch_param.station, 0444); |
727 | MODULE_PARM_DESC(station, | 727 | MODULE_PARM_DESC(station, |
728 | "IEEE 1588 station address to use - column separated hex values"); | 728 | "IEEE 1588 station address to use - colon separated hex values"); |
729 | 729 | ||
730 | MODULE_AUTHOR("LAPIS SEMICONDUCTOR, <tshimizu818@gmail.com>"); | 730 | MODULE_AUTHOR("LAPIS SEMICONDUCTOR, <tshimizu818@gmail.com>"); |
731 | MODULE_DESCRIPTION("PTP clock using the EG20T timer"); | 731 | MODULE_DESCRIPTION("PTP clock using the EG20T timer"); |