From patchwork Wed Jun 30 09:31:03 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: thermal-bot for Lad Prabhakar X-Patchwork-Id: 468948 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=-20.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER, INCLUDES_PATCH, MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED 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 82F67C11F68 for ; Wed, 30 Jun 2021 09:31:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6116B61CAD for ; Wed, 30 Jun 2021 09:31:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233779AbhF3Jdd (ORCPT ); Wed, 30 Jun 2021 05:33:33 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:59564 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233541AbhF3Jdd (ORCPT ); Wed, 30 Jun 2021 05:33:33 -0400 Date: Wed, 30 Jun 2021 09:31:03 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1625045463; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=yjCdHI/dl5IOqqgaikMBh5BcNGGtcXcSyRKJlbFtM7c=; b=pohQM/ljjozgxty7ZoTPy3ik9PUNoyGHeykt4SKT3SEa5UlhridaC3t5QfSbbokitiuiDB yktB4FVhmFUwJyNJlqaOC7fRXp75A5Zbq0VnzhwAFyaJL5OrHJHV66TCXf3UVMSj5v+qEK symDiUU78k9StW9+0IR46BvGQ6mAJsxZqib4G5c4ZCIKILPkJ8PreF4B9E+8KuAVxpWsjC yF+2QvaGXbztQSWI73noCGlbll6O3aibcPQuEEAVVVJci90Aw1rszjvvHp1VHrmr6Mv33a d5UmD7hm9YjpRIQLt++UPofkWRcxlCVNpH3hG4GwFBJ4TzcdGYstu5pqZu1ImQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1625045463; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=yjCdHI/dl5IOqqgaikMBh5BcNGGtcXcSyRKJlbFtM7c=; b=FoPetYJJvAeKDGRWWklYoNjtjdtXiE6HxoTOgVJ6l86gF/FzxM+2tNhQGhfGjjkIXX0qsS WOMHcKyaAVeZdpAw== From: "thermal-bot for Yang Li" Sender: tip-bot2@linutronix.de Reply-to: linux-pm@vger.kernel.org To: linux-pm@vger.kernel.org Subject: [thermal: thermal/next] thermal: devfreq_cooling: Fix kernel-doc Cc: Abaci Robot , Yang Li , Nick Desaulniers , Nathan Chancellor , Lukasz Luba , Daniel Lezcano , rui.zhang@intel.com, amitk@kernel.org In-Reply-To: <1623223350-128104-1-git-send-email-yang.lee@linux.alibaba.com> References: <1623223350-128104-1-git-send-email-yang.lee@linux.alibaba.com> MIME-Version: 1.0 Message-ID: <162504546301.395.4482419179251470810.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org The following commit has been merged into the thermal/next branch of thermal: Commit-ID: 8e5045645e52de63cdc8e5a65968b96411cf95d9 Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git//8e5045645e52de63cdc8e5a65968b96411cf95d9 Author: Yang Li AuthorDate: Wed, 09 Jun 2021 15:22:30 +08:00 Committer: Daniel Lezcano CommitterDate: Mon, 21 Jun 2021 16:08:36 +02:00 thermal: devfreq_cooling: Fix kernel-doc Fix function name in devfreq_cooling.c comment to remove a warning found by kernel-doc. drivers/thermal/devfreq_cooling.c:479: warning: expecting prototype for devfreq_cooling_em_register_power(). Prototype was for devfreq_cooling_em_register() instead. Reported-by: Abaci Robot Signed-off-by: Yang Li Reviewed-by: Nick Desaulniers Reviewed-by: Nathan Chancellor Reviewed-by: Lukasz Luba Signed-off-by: Daniel Lezcano Link: https://lore.kernel.org/r/1623223350-128104-1-git-send-email-yang.lee@linux.alibaba.com --- drivers/thermal/devfreq_cooling.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/thermal/devfreq_cooling.c b/drivers/thermal/devfreq_cooling.c index 3a788ac..5a86cff 100644 --- a/drivers/thermal/devfreq_cooling.c +++ b/drivers/thermal/devfreq_cooling.c @@ -458,7 +458,7 @@ struct thermal_cooling_device *devfreq_cooling_register(struct devfreq *df) EXPORT_SYMBOL_GPL(devfreq_cooling_register); /** - * devfreq_cooling_em_register_power() - Register devfreq cooling device with + * devfreq_cooling_em_register() - Register devfreq cooling device with * power information and automatically register Energy Model (EM) * @df: Pointer to devfreq device. * @dfc_power: Pointer to devfreq_cooling_power.