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=-9.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 8AB54C432C0 for ; Wed, 20 Nov 2019 15:46:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 565A320692 for ; Wed, 20 Nov 2019 15:46:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="YEVFThby" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732419AbfKTPpj (ORCPT ); Wed, 20 Nov 2019 10:45:39 -0500 Received: from mail-pl1-f195.google.com ([209.85.214.195]:38896 "EHLO mail-pl1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729722AbfKTPpg (ORCPT ); Wed, 20 Nov 2019 10:45:36 -0500 Received: by mail-pl1-f195.google.com with SMTP id q18so10301317pls.5 for ; Wed, 20 Nov 2019 07:45:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=4TmU0ibaD1fY5ibWJwV7zia/u/t/2yh9Lbt7NaMlJsw=; b=YEVFThbykDuFOr1GtEq6abY7duRfnHI4jaVcRFw7vzdDc2xf1gpAT3jNxbtyZtbPwZ aMtfdH26aYykzeg2IB4I2NafAVv3xFEIIRY7Zs43XTowRnDpQSNLtmf4Tsf8g1Iw7pGI nn/6oVBn+K0nhhX+xEIphl9eUlPv2NW8mhDmyVifedjB5F0z66LVt4bkzAJ76dgsG4S+ 8usbneTJfpUq5fAAj6kzBspsVXaqGx4KLxWjyL8whLq67PrEwVva1wYW27YodK3cU873 2DXeWS/CagJITBLU8OB31P6nW7HponRuy+30OI4pi8a9Qv5CXnMP2XpGebOTKW/42S32 /C5A== 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:in-reply-to :references:in-reply-to:references; bh=4TmU0ibaD1fY5ibWJwV7zia/u/t/2yh9Lbt7NaMlJsw=; b=G8CFQe2MA0+yxfkx6Jp4SulcGv6c86R0fSx/SXbx6B1tbcKrgyL07Kx1OTNH+950MC Yg6b7hd9AXfbKrpKf6zJCZ4ADyIh0+4nKQgfWGjeqrKxpnXYA4agm+5qJKTOmeFxsGOr h6uQ58NrCwmJCoKHf/mbOF2xqjPkl1LidG1c1uQeHZsn+PX08Mo6P/iWd4JYTorflXRt fmJG4WDa215+6H5DkWVqpwwEU+DXd18b33JoI9HOrZe/jTjpm6r8isbpO6g5diiiOHqE wx6gL0eTJ6e8ps7kCfCgsBNUJdJ6VwoueSrRQly2KvycLBEBUHvbxJMPw/vRNyagjgTg q/Gw== X-Gm-Message-State: APjAAAXHX0j9beITcT6mZoDhrJSishgYw13ExSV8h2cx2te29umcIa8z zYSMhNtK3O3JrEH+1xjUZQ86FLItH+2y+g== X-Google-Smtp-Source: APXvYqwqWn98sIzUoybOJYVYcRSWVhMeKAFe8/0u1dMDQwQ20DewYj1vMTc1Og9g9ggVyBX4J+5vcQ== X-Received: by 2002:a17:902:a70b:: with SMTP id w11mr3665919plq.27.1574264734625; Wed, 20 Nov 2019 07:45:34 -0800 (PST) Received: from localhost ([14.96.110.98]) by smtp.gmail.com with ESMTPSA id b1sm7658518pjw.19.2019.11.20.07.45.33 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 20 Nov 2019 07:45:34 -0800 (PST) From: Amit Kucheria To: linux-kernel@vger.kernel.org, edubezval@gmail.com, Amit Daniel Kachhap , Amit Kucheria , Bartlomiej Zolnierkiewicz , Daniel Lezcano , Guillaume La Roque , Heiko Stuebner , Javi Merino , Jonathan Hunter , Jun Nie , Krzysztof Kozlowski , Kukjin Kim , Matthias Brugger , Shawn Guo , Thierry Reding , Viresh Kumar , Zhang Rui Cc: linux-pm@vger.kernel.org Subject: [PATCH v2 02/11] thermal: cpu_cooling: Appease the kernel-doc deity Date: Wed, 20 Nov 2019 21:15:11 +0530 Message-Id: X-Mailer: git-send-email 2.17.1 In-Reply-To: References: In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Describe the function parameter to fix the following warning with make W=1: linux.git/drivers/thermal/cpu_cooling.c:92: warning: Function parameter or member 'qos_req' not described in 'cpufreq_cooling_device' Signed-off-by: Amit Kucheria Reviewed-by: Viresh Kumar --- drivers/thermal/cpu_cooling.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/thermal/cpu_cooling.c b/drivers/thermal/cpu_cooling.c index 52569b27b426..53dd08f238d5 100644 --- a/drivers/thermal/cpu_cooling.c +++ b/drivers/thermal/cpu_cooling.c @@ -63,6 +63,7 @@ struct time_in_idle { * @policy: cpufreq policy. * @node: list_head to link all cpufreq_cooling_device together. * @idle_time: idle time stats + * @qos_req: PM QoS contraint to apply * * This structure is required for keeping information of each registered * cpufreq_cooling_device. -- 2.20.1