[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1430731018-41352-1-git-send-email-long.wanglong@huawei.com>
Date: Mon, 4 May 2015 09:16:58 +0000
From: Wang Long <long.wanglong@...wei.com>
To: <corbet@....net>, <linux@...do.de>, <djwong@...ibm.com>,
<viresh.kumar@...aro.org>
CC: <linux-doc@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<peifeiyue@...wei.com>, <rafael.j.wysocki@...el.com>,
<long.wanglong@...wei.com>
Subject: [PATCH] Documentation: cpu-freq: delete duplicate description of sysfs interface 'scaling_driver'
The file 'Documentation/cpu-freq/user-guide.txt' has duplicate
description of sysfs interface 'scaling_driver'.
[first]
scaling_driver : this file shows what cpufreq driver is
used to set the frequency on this CPU
[second]
scaling_driver : Hardware driver for cpufreq.
Although this does not affect anything, I think we should only have
one. so delete the second one because the first one is described in
more detail.
Signed-off-by: Wang Long <long.wanglong@...wei.com>
---
Documentation/cpu-freq/user-guide.txt | 2 --
1 file changed, 2 deletions(-)
diff --git a/Documentation/cpu-freq/user-guide.txt b/Documentation/cpu-freq/user-guide.txt
index ff2f283..109e97b 100644
--- a/Documentation/cpu-freq/user-guide.txt
+++ b/Documentation/cpu-freq/user-guide.txt
@@ -196,8 +196,6 @@ affected_cpus : List of Online CPUs that require software
related_cpus : List of Online + Offline CPUs that need software
coordination of frequency.
-scaling_driver : Hardware driver for cpufreq.
-
scaling_cur_freq : Current frequency of the CPU as determined by
the governor and cpufreq core, in KHz. This is
the frequency the kernel thinks the CPU runs
--
1.8.3.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists