diff options
author | Viresh Kumar <[email protected]> | 2015-01-06 21:09:00 +0530 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2015-01-23 23:06:43 +0100 |
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 <[email protected]>
Signed-off-by: Viresh Kumar <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
-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) } MODULE_AUTHOR("Zou Nan hai <[email protected]>"); -MODULE_DESCRIPTION("'cpufreq_stats' - A driver to export cpufreq stats " - "through sysfs filesystem"); +MODULE_DESCRIPTION("Export cpufreq stats via sysfs"); MODULE_LICENSE("GPL"); module_init(cpufreq_stats_init); |