diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2015-01-06 10:39:00 -0500 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-01-23 17:06:43 -0500 |
commit | 00d0b29472d1605851c12c77aaa3664413a71fbf (patch) | |
tree | 72aec89ca72a8d0079e63fe748e4d4698ef85625 | |
parent | 818c57126e101abf87741131298354258396480c (diff) |
cpufreq: stats: Improve module description string
The MODULE_DESCRIPTION() string is just too long and then is broken into
multiple lines just to make checkpatch happy.
Rewrite it to make it more precise.
Reviewed-by: Prarit Bhargava <prarit@redhat.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
-rw-r--r-- | drivers/cpufreq/cpufreq_stats.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/cpufreq/cpufreq_stats.c b/drivers/cpufreq/cpufreq_stats.c index 0cd9b4dcef99..80801f880dd8 100644 --- a/drivers/cpufreq/cpufreq_stats.c +++ b/drivers/cpufreq/cpufreq_stats.c | |||
@@ -374,8 +374,7 @@ static void __exit cpufreq_stats_exit(void) | |||
374 | } | 374 | } |
375 | 375 | ||
376 | MODULE_AUTHOR("Zou Nan hai <nanhai.zou@intel.com>"); | 376 | MODULE_AUTHOR("Zou Nan hai <nanhai.zou@intel.com>"); |
377 | MODULE_DESCRIPTION("'cpufreq_stats' - A driver to export cpufreq stats " | 377 | MODULE_DESCRIPTION("Export cpufreq stats via sysfs"); |
378 | "through sysfs filesystem"); | ||
379 | MODULE_LICENSE("GPL"); | 378 | MODULE_LICENSE("GPL"); |
380 | 379 | ||
381 | module_init(cpufreq_stats_init); | 380 | module_init(cpufreq_stats_init); |