From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.1 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2B5D2C433E3 for ; Tue, 14 Jul 2020 14:50:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0756A21973 for ; Tue, 14 Jul 2020 14:50:56 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="h4Qh+z+Z" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728275AbgGNOuy (ORCPT ); Tue, 14 Jul 2020 10:50:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57282 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725803AbgGNOux (ORCPT ); Tue, 14 Jul 2020 10:50:53 -0400 Received: from mail-wr1-x444.google.com (mail-wr1-x444.google.com [IPv6:2a00:1450:4864:20::444]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7A549C061755 for ; Tue, 14 Jul 2020 07:50:53 -0700 (PDT) Received: by mail-wr1-x444.google.com with SMTP id j4so22188120wrp.10 for ; Tue, 14 Jul 2020 07:50:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=dBVqVVxkCFPydp4gvp9N47SqJWklBSjEVbb+D1SR9xk=; b=h4Qh+z+ZYyiSuOo8neI6v9IW6E6TBYraxSGCGVufzc2pHG3de81R08TAFRAePhzBt3 ezeF0XHmPEY1tN5gWpjs6Gg06ggJfxXjQsbUqpcz4ygJbWN1rTmQh2puteU/Ziwdntp9 xed8JgYu3+7aYxoE64ZaV5ZxxflplAu6Mli2v44IYL35Z1LoHdixyzkLCNhVQP74z0Nb JBORxe2cTAWJuCiQ2qQ+FpNidrabz+Ddaz2Px9oe30miQFL0XZOWCP81XTNU8mpxfKAW FqMJ6fEqQCS5MVm6EZRAcGmCVst/fsjc+VtfFVNHzMvPMPCLx9CBfN1bbdvmXu8skwOi OPRA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=dBVqVVxkCFPydp4gvp9N47SqJWklBSjEVbb+D1SR9xk=; b=Rk1TIcAIVu0fkPktgO0hXYI3I8VU5WhX7mmVSABCnQev8MxUKjJkIVIGKZy8E0/esQ Ei2mI1Z8XtRmLIPRD9MhMX0z/nF5DTteeo7bcReLntGTvHNTpBKhEIm+IwMouXKh0NKe 8qTQ9N/vBBNZQxyRyagNg+BGsn+NtfvkZOsXFLyshBjox4c7YqifZT4jkODqSt8Bfi07 0M9EFg4EyyHWYiKy2VC5MLB71PswtkwM27UzaCnEqov38mJbCz5EJSH1cEz/kyajc0ne a8Q4wleOsbQwQWLEpnnf7sV7Qsri8aEH37WejYIhavt3kpM2GlpBQ2R3qq8b+56vc8Nh whpg== X-Gm-Message-State: AOAM532nApoTJx+pBddShnNnfg9J8drZAbBtp9ryFjpcV30O9MIDgQsr 3J6Qa1Ve3mJ+k3EuLtTLrZcfGw== X-Google-Smtp-Source: ABdhPJxuJWZr/PeYSTFC+BJW8N1mAYAM+CjOxNV7UC21YCNpd0wztJ6jfBeMlZDcmUeWJrORwMd9+Q== X-Received: by 2002:adf:ff8d:: with SMTP id j13mr6007105wrr.11.1594738252169; Tue, 14 Jul 2020 07:50:52 -0700 (PDT) Received: from localhost.localdomain ([2.31.163.61]) by smtp.gmail.com with ESMTPSA id a84sm4653305wmh.47.2020.07.14.07.50.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Jul 2020 07:50:51 -0700 (PDT) From: Lee Jones To: rjw@rjwysocki.net, viresh.kumar@linaro.org Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Lee Jones Subject: [PATCH 00/13] Rid W=1 warnings in CPUFreq Date: Tue, 14 Jul 2020 15:50:36 +0100 Message-Id: <20200714145049.2496163-1-lee.jones@linaro.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This set is part of a larger effort attempting to clean-up W=1 kernel builds, which are currently overwhelmingly riddled with niggly little warnings. After these patches are applied, the build system no longer complains about any W=0 nor W=1 level warnings in drivers/cpufreq. Hurrah! Lee Jones (13): cpufreq: freq_table: Demote obvious misuse of kerneldoc to standard comment blocks cpufreq: cpufreq: Demote lots of function headers unworthy of kerneldoc status cpufreq: cpufreq_governor: Demote store_sampling_rate() header to standard comment block cpufreq: sti-cpufreq: Fix some formatting and misspelling issues cpufreq/arch: powerpc: pasemi: Move prototypes to shared header cpufreq: powernv-cpufreq: Functions only used in call-backs should be static cpufreq: powernv-cpufreq: Fix a bunch of kerneldoc related issues cpufreq: acpi-cpufreq: Take 'dummy' principle one stage further cpufreq: acpi-cpufreq: Remove unused ID structs cpufreq: powernow-k8: Make use of known set but not used variables cpufreq: pcc-cpufreq: Remove unused ID structs cpufreq: intel_pstate: Supply struct attribute description for get_aperf_mperf_shift() cpufreq: amd_freq_sensitivity: Remove unused ID structs arch/powerpc/platforms/pasemi/pasemi.h | 15 ----------- arch/powerpc/platforms/pasemi/powersave.S | 2 ++ drivers/cpufreq/acpi-cpufreq.c | 16 ++---------- drivers/cpufreq/amd_freq_sensitivity.c | 6 ----- drivers/cpufreq/cpufreq.c | 32 ++++++++++++----------- drivers/cpufreq/cpufreq_governor.c | 2 +- drivers/cpufreq/freq_table.c | 6 ++--- drivers/cpufreq/intel_pstate.c | 2 ++ drivers/cpufreq/pasemi-cpufreq.c | 1 + drivers/cpufreq/pcc-cpufreq.c | 7 ----- drivers/cpufreq/powernow-k8.c | 2 ++ drivers/cpufreq/powernv-cpufreq.c | 15 ++++++----- drivers/cpufreq/sti-cpufreq.c | 8 +++--- include/linux/platform_data/pasemi.h | 28 ++++++++++++++++++++ 14 files changed, 70 insertions(+), 72 deletions(-) create mode 100644 include/linux/platform_data/pasemi.h -- 2.25.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CCC39C433E2 for ; Tue, 14 Jul 2020 14:52:41 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9C3FE21D6C for ; Tue, 14 Jul 2020 14:52:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="qHntJl0s"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="h4Qh+z+Z" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9C3FE21D6C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=y7kSn67YJ0k2EcxzstAq6G6Ce+ZyhAp+yzkDtigFyrQ=; b=qHntJl0sU/BNOd2HpOFI57B7kr E1LwhHyczRtk88YeKmhsFSlls5MXIksSfCaXtjIUFAseN+EjIehjQURLDhlOxKcE5NC/EcFlhSIrL NmNy9kH/bk0vPWk7X07gAGE/N0axwT3aD8qBx46vI/rKDRd38LY+Io/qSG9kcBlHOHHlJQPJr192V 552/LEI/88oCprBzs5FzLO6fWUg2z/OB1PJxsOn3iedFnsb/2z08Ri000H7omgkgW+giQmLAGeQpS Ay25eVMetHGFvPg+S3YhCY0YMhWRls7oOKwufQ0MfCkNe5GqfM/3UXvPydK/CiQPsgG7Ey64Vt9By w3eotR9g==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jvMGl-0004Q2-8F; Tue, 14 Jul 2020 14:50:55 +0000 Received: from mail-wr1-x444.google.com ([2a00:1450:4864:20::444]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jvMGj-0004PJ-3C for linux-arm-kernel@lists.infradead.org; Tue, 14 Jul 2020 14:50:53 +0000 Received: by mail-wr1-x444.google.com with SMTP id r12so22117446wrj.13 for ; Tue, 14 Jul 2020 07:50:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=dBVqVVxkCFPydp4gvp9N47SqJWklBSjEVbb+D1SR9xk=; b=h4Qh+z+ZYyiSuOo8neI6v9IW6E6TBYraxSGCGVufzc2pHG3de81R08TAFRAePhzBt3 ezeF0XHmPEY1tN5gWpjs6Gg06ggJfxXjQsbUqpcz4ygJbWN1rTmQh2puteU/Ziwdntp9 xed8JgYu3+7aYxoE64ZaV5ZxxflplAu6Mli2v44IYL35Z1LoHdixyzkLCNhVQP74z0Nb JBORxe2cTAWJuCiQ2qQ+FpNidrabz+Ddaz2Px9oe30miQFL0XZOWCP81XTNU8mpxfKAW FqMJ6fEqQCS5MVm6EZRAcGmCVst/fsjc+VtfFVNHzMvPMPCLx9CBfN1bbdvmXu8skwOi OPRA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=dBVqVVxkCFPydp4gvp9N47SqJWklBSjEVbb+D1SR9xk=; b=cnMh24kSFsPyMtKcKGaYGtaB73OLrlHNHhUBXu7PwzQ/ppd9ivUOyhP+2UMCQskxk6 bl1uumtBB/0Jb7jxO9bNM/u5WBCqzMfVpkETrn4ZPIr4CbMbv4ksOBjHoK5wZN3aO1GA MhmIynEjJx7Cs3e5sRz8mqHrRz4eb+zisi0ObWIP0WA/XmnMP3A6CFOPGBMwU2pNDlNm UPQGzabwRIl2R1P9GfmeXpCF+/RuTN+nCxlL9oXEQ1Bc/XJ5Swz89ZQBFi+xcsVd0RxL Mm4UENrMh1DnBDre2H/v715JwuoMFXjS9tNH7WGzmHzgwUEuRlX5nKbVdqDkJXTYZDpa JOlQ== X-Gm-Message-State: AOAM531XjhSRmpS+ExFJGyRdHfSUbZd1mUTSfmr1h+bJDQyQOysSJt9t 4OE+uDThhiv8LHBccOeoSwU0fMbnrSU= X-Google-Smtp-Source: ABdhPJxuJWZr/PeYSTFC+BJW8N1mAYAM+CjOxNV7UC21YCNpd0wztJ6jfBeMlZDcmUeWJrORwMd9+Q== X-Received: by 2002:adf:ff8d:: with SMTP id j13mr6007105wrr.11.1594738252169; Tue, 14 Jul 2020 07:50:52 -0700 (PDT) Received: from localhost.localdomain ([2.31.163.61]) by smtp.gmail.com with ESMTPSA id a84sm4653305wmh.47.2020.07.14.07.50.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Jul 2020 07:50:51 -0700 (PDT) From: Lee Jones To: rjw@rjwysocki.net, viresh.kumar@linaro.org Subject: [PATCH 00/13] Rid W=1 warnings in CPUFreq Date: Tue, 14 Jul 2020 15:50:36 +0100 Message-Id: <20200714145049.2496163-1-lee.jones@linaro.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200714_105053_181529_D68013AD X-CRM114-Status: GOOD ( 10.52 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Lee Jones , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This set is part of a larger effort attempting to clean-up W=1 kernel builds, which are currently overwhelmingly riddled with niggly little warnings. After these patches are applied, the build system no longer complains about any W=0 nor W=1 level warnings in drivers/cpufreq. Hurrah! Lee Jones (13): cpufreq: freq_table: Demote obvious misuse of kerneldoc to standard comment blocks cpufreq: cpufreq: Demote lots of function headers unworthy of kerneldoc status cpufreq: cpufreq_governor: Demote store_sampling_rate() header to standard comment block cpufreq: sti-cpufreq: Fix some formatting and misspelling issues cpufreq/arch: powerpc: pasemi: Move prototypes to shared header cpufreq: powernv-cpufreq: Functions only used in call-backs should be static cpufreq: powernv-cpufreq: Fix a bunch of kerneldoc related issues cpufreq: acpi-cpufreq: Take 'dummy' principle one stage further cpufreq: acpi-cpufreq: Remove unused ID structs cpufreq: powernow-k8: Make use of known set but not used variables cpufreq: pcc-cpufreq: Remove unused ID structs cpufreq: intel_pstate: Supply struct attribute description for get_aperf_mperf_shift() cpufreq: amd_freq_sensitivity: Remove unused ID structs arch/powerpc/platforms/pasemi/pasemi.h | 15 ----------- arch/powerpc/platforms/pasemi/powersave.S | 2 ++ drivers/cpufreq/acpi-cpufreq.c | 16 ++---------- drivers/cpufreq/amd_freq_sensitivity.c | 6 ----- drivers/cpufreq/cpufreq.c | 32 ++++++++++++----------- drivers/cpufreq/cpufreq_governor.c | 2 +- drivers/cpufreq/freq_table.c | 6 ++--- drivers/cpufreq/intel_pstate.c | 2 ++ drivers/cpufreq/pasemi-cpufreq.c | 1 + drivers/cpufreq/pcc-cpufreq.c | 7 ----- drivers/cpufreq/powernow-k8.c | 2 ++ drivers/cpufreq/powernv-cpufreq.c | 15 ++++++----- drivers/cpufreq/sti-cpufreq.c | 8 +++--- include/linux/platform_data/pasemi.h | 28 ++++++++++++++++++++ 14 files changed, 70 insertions(+), 72 deletions(-) create mode 100644 include/linux/platform_data/pasemi.h -- 2.25.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel