[PATCH 2/2] Fix a typo in PTP_1588_CLOCK_PCH Kconfig help info.
Subsystems:
networking drivers , ptp hardware clock support , the rest
STALE5044d
3 messages,
2 authors,
2012-09-28 · open the first message on its own page
From 5911413366d37aafcc19ddfc9c0f2db31855431e Mon Sep 17 00:00:00 2001
From: Haicheng Li <redacted>
Date: Mon, 24 Sep 2012 15:55:27 +0800
Subject: [PATCH 2/2] Fix a typo in PTP_1588_CLOCK_PCH Kconfig help info.
Signed-off-by: Haicheng Li <redacted>
---
drivers/ptp/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/ptp/Kconfig b/drivers/ptp/Kconfig
index ffdf712..82c4a26 100644
--- a/drivers/ptp/Kconfig
+++ b/drivers/ptp/Kconfig @@ -87,6 +87,6 @@ config PTP_1588_CLOCK_PCH
SO_TIMESTAMPING API.
To compile this driver as a module, choose M here: the module
- will be called ptp_pch.
+ will be called by pch_ptp.
endmenu --
1.7.1
From: Haicheng Li <redacted>
Date: Tue, 25 Sep 2012 08:24:36 +0800
quoted hunk From 5911413366d37aafcc19ddfc9c0f2db31855431e Mon Sep 17 00:00:00 2001
From: Haicheng Li <redacted>
Date: Mon, 24 Sep 2012 15:55:27 +0800
Subject: [PATCH 2/2] Fix a typo in PTP_1588_CLOCK_PCH Kconfig help
info.
Signed-off-by: Haicheng Li <redacted>
---
drivers/ptp/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/ptp/Kconfig b/drivers/ptp/Kconfig
index ffdf712..82c4a26 100644
--- a/drivers/ptp/Kconfig
+++ b/drivers/ptp/Kconfig @@ -87,6 +87,6 @@ config PTP_1588_CLOCK_PCH
SO_TIMESTAMPING API.
To compile this driver as a module, choose M here: the module
- will be called ptp_pch.
+ will be called by pch_ptp.
The original sentence is correct, it is stating the name of the module
that will be built not the module that will call it.
Rather, the "pch_ptp" is what might need to be adjusted.
On 09/28/2012 06:06 AM, David Miller wrote: quoted - will be called ptp_pch.
+ will be called by pch_ptp.
The original sentence is correct, it is stating the name of the module
that will be built not the module that will call it. You're right.
Rather, the "pch_ptp" is what might need to be adjusted. No need, the output is ptp_pch.ko.
So pls. ignore this patch. sorry for the bothering.
-haicheng