From patchwork Thu May 19 12:44:11 2022 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: 574838 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6572AC433EF for ; Thu, 19 May 2022 12:44:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237976AbiESMoR (ORCPT ); Thu, 19 May 2022 08:44:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42092 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237994AbiESMoO (ORCPT ); Thu, 19 May 2022 08:44:14 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 83F37BA99D for ; Thu, 19 May 2022 05:44:13 -0700 (PDT) Date: Thu, 19 May 2022 12:44:11 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1652964252; 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=Vosng7/NSlMGpz0vi9weuk9xk/nt2/vRFG4VyAn211k=; b=EUdxXsNi78QbjCEuB+hIVK9auFDQdAhvF6Dk2YtqhGbM4tJ4XMqZ6u4IKp+J1ffX5jQyhq zFw8B09zh0oKEHRLEdhkIhGzvsMuxAwRoKNi7/JnJPxkEkLtHJmSfxbTA802HHQtluy5YY KQH+Db1c/25IXOATDBXcLy4reg4rH4ICT1eHX9PeFK7sDz6w0On+f8qDdLRbRceqO3MFTI rtfYzAzVevCp6PmmvI9a4kywgrN+ysrGXdjSOYTFof/QLEqbGPD4YU5xNiQ3viSfSNlS0K 6/x8yaslxfl55RihcWvR/ucJpHhvxdlAslCIv1DCJmdFnFLNlwyg7ZJOSoF1lw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1652964252; 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=Vosng7/NSlMGpz0vi9weuk9xk/nt2/vRFG4VyAn211k=; b=B9zZKrhTktfvwSFtI9pWax7xTS2FERF9ULYJXpSi+NTu37OLy4ZEu9Jd1QtYY3TvZeY8dq P6i3fSxjBidiGvCw== From: "thermal-bot for Corentin Labbe" Sender: tip-bot2@linutronix.de Reply-to: linux-pm@vger.kernel.org To: linux-pm@vger.kernel.org Subject: [thermal: thermal/next] thermal: thermal_of: fix typo on __thermal_bind_params Cc: Corentin Labbe , Daniel Lezcano , rui.zhang@intel.com, amitk@kernel.org In-Reply-To: <20220426064113.3787826-1-clabbe@baylibre.com> References: <20220426064113.3787826-1-clabbe@baylibre.com> MIME-Version: 1.0 Message-ID: <165296425108.4207.3172189754708769819.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: 44b965d8c44e8e86a43e11fc46adfc60da540c77 Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git//44b965d8c44e8e86a43e11fc46adfc60da540c77 Author: Corentin Labbe AuthorDate: Tue, 26 Apr 2022 06:41:13 Committer: Daniel Lezcano CommitterDate: Thu, 19 May 2022 12:11:52 +02:00 thermal: thermal_of: fix typo on __thermal_bind_params Add a missing s to __thermal_bind_param kernel doc comment. This fixes the following sparse warnings: drivers/thermal/thermal_of.c:50: warning: expecting prototype for struct __thermal_bind_param. Prototype was for struct __thermal_bind_params instead Signed-off-by: Corentin Labbe Link: https://lore.kernel.org/r/20220426064113.3787826-1-clabbe@baylibre.com Signed-off-by: Daniel Lezcano --- drivers/thermal/thermal_of.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/thermal/thermal_of.c b/drivers/thermal/thermal_of.c index da48480..b65d435 100644 --- a/drivers/thermal/thermal_of.c +++ b/drivers/thermal/thermal_of.c @@ -35,7 +35,7 @@ struct __thermal_cooling_bind_param { }; /** - * struct __thermal_bind_param - a match between trip and cooling device + * struct __thermal_bind_params - a match between trip and cooling device * @tcbp: a pointer to an array of cooling devices * @count: number of elements in array * @trip_id: the trip point index