From patchwork Thu Dec 18 12:00:18 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viresh Kumar X-Patchwork-Id: 42429 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-lb0-f200.google.com (mail-lb0-f200.google.com [209.85.217.200]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 8A3B526C8B for ; Thu, 18 Dec 2014 12:01:11 +0000 (UTC) Received: by mail-lb0-f200.google.com with SMTP id f15sf654305lbj.11 for ; Thu, 18 Dec 2014 04:01:10 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:in-reply-to:references:in-reply-to:references :sender:precedence:list-id:x-original-sender :x-original-authentication-results:mailing-list:list-post:list-help :list-archive:list-unsubscribe; bh=MNVqafOhZYH3JFTtkjR160iFUfDmfAthmZ2zKKQKs2Y=; b=OVkR/rTWO+p7gPFI3ic9pTIoyyf8i8+vrXJcA+/C5Gp2nlAEM5h9+HNyEKIzgmJcNw c2YKz91ax3HBlQ2mvCOE6f3Vxk2lyCFQB06wCZZ9wtTXSVU4JI8eJTlGpUm4fySbpsgT GOQpLpV/KKYq1KPKfpxdUpsFKFvLacinJpFwBawUw0qRorwScd/rpkimJTfFwXfNp8eK 0OqSxskzLkU3jfHACcE4Bsy0k7WsoG+VHlqWYXvD3gLEhVb2R6W30MMEDI1lH5IorvJx BDQvgqYMHNMrnMQ2+z7dshZGctv+57QW2/faXOxtv8wwb6zjN0Y5r5z75Au6yMci98U/ 7hEg== X-Gm-Message-State: ALoCoQkjn/IJ+Nj1Tp2K4/6xiZf7mENUPDCWvF68Iqh0YTM+B7t6v+GzV+KQ3ADtp5f+80PML8// X-Received: by 10.112.142.36 with SMTP id rt4mr278334lbb.3.1418904070361; Thu, 18 Dec 2014 04:01:10 -0800 (PST) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.152.43.41 with SMTP id t9ls1187661lal.51.gmail; Thu, 18 Dec 2014 04:01:09 -0800 (PST) X-Received: by 10.112.235.67 with SMTP id uk3mr1885462lbc.48.1418904069621; Thu, 18 Dec 2014 04:01:09 -0800 (PST) Received: from mail-la0-f49.google.com (mail-la0-f49.google.com. [209.85.215.49]) by mx.google.com with ESMTPS id iz2si6629002lbc.92.2014.12.18.04.01.09 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 18 Dec 2014 04:01:09 -0800 (PST) Received-SPF: pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.215.49 as permitted sender) client-ip=209.85.215.49; Received: by mail-la0-f49.google.com with SMTP id hs14so855441lab.36 for ; Thu, 18 Dec 2014 04:01:09 -0800 (PST) X-Received: by 10.152.43.103 with SMTP id v7mr1840578lal.29.1418904069159; Thu, 18 Dec 2014 04:01:09 -0800 (PST) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patch@linaro.org Received: by 10.112.142.69 with SMTP id ru5csp1680307lbb; Thu, 18 Dec 2014 04:01:08 -0800 (PST) X-Received: by 10.68.191.69 with SMTP id gw5mr2621275pbc.75.1418904067867; Thu, 18 Dec 2014 04:01:07 -0800 (PST) Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id ov3si9608661pbc.228.2014.12.18.04.01.07; Thu, 18 Dec 2014 04:01:07 -0800 (PST) Received-SPF: none (google.com: linux-pm-owner@vger.kernel.org does not designate permitted sender hosts) client-ip=209.132.180.67; Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752456AbaLRMBG (ORCPT + 12 others); Thu, 18 Dec 2014 07:01:06 -0500 Received: from mail-pd0-f177.google.com ([209.85.192.177]:47108 "EHLO mail-pd0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752450AbaLRMBF (ORCPT ); Thu, 18 Dec 2014 07:01:05 -0500 Received: by mail-pd0-f177.google.com with SMTP id ft15so1284354pdb.22 for ; Thu, 18 Dec 2014 04:01:05 -0800 (PST) X-Received: by 10.68.134.134 with SMTP id pk6mr2805212pbb.146.1418904064943; Thu, 18 Dec 2014 04:01:04 -0800 (PST) Received: from localhost ([122.166.148.73]) by mx.google.com with ESMTPSA id vb4sm6700068pab.19.2014.12.18.04.01.03 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 18 Dec 2014 04:01:04 -0800 (PST) From: Viresh Kumar To: Rafael Wysocki Cc: linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, Viresh Kumar Subject: [PATCH 01/13] cpufreq: stats: don't break strings into multiple lines Date: Thu, 18 Dec 2014 17:30:18 +0530 Message-Id: X-Mailer: git-send-email 2.2.0 In-Reply-To: References: In-Reply-To: References: Sender: linux-pm-owner@vger.kernel.org Precedence: list List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: viresh.kumar@linaro.org X-Original-Authentication-Results: mx.google.com; spf=pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.215.49 as permitted sender) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , The MODULE_DESCRIPTION() string is broken into multiple lines just to make checkpatch happy. Its less readable now and prone to errors. Fix it. Signed-off-by: Viresh Kumar --- drivers/cpufreq/cpufreq_stats.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/cpufreq/cpufreq_stats.c b/drivers/cpufreq/cpufreq_stats.c index 0cd9b4dcef99..81be4d637ab4 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 "); -MODULE_DESCRIPTION("'cpufreq_stats' - A driver to export cpufreq stats " - "through sysfs filesystem"); +MODULE_DESCRIPTION("'cpufreq_stats' - exports cpufreq stats through sysfs filesystem"); MODULE_LICENSE("GPL"); module_init(cpufreq_stats_init);