From patchwork Mon Sep 30 11:20:47 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julia Lawall X-Patchwork-Id: 13815885 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3C968CF6497 for ; Mon, 30 Sep 2024 11:23:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=T9KoJ12hg9BEKb6CRiiTClNpEW1d9Vc9BR62bgsKbdc=; b=QblAPjU6KF5R5z09VGYVTQ6Eqw vt5cppOHk9F/6MP1oBY75r1ap9kc2ju1INoJOGlVe1EQirvfzAUFttPtivA0Ze+/r+p08FnSD0Y7t n65dxZ0Mc6KaETnAWu81CxGbqsBcIrzPRdu2B5E1Uu3UGiaAKLamAW6hd2ChZ6MOcBXulyolruoYG E9SEQLh2W1SQP3gXsraGFtyPOz3cTTPNogVZ/UWOTR2T4jSKWuatwqjl5V7SEuNbPWAGH0utc+vmZ oRCnVuaq33ldQeapSjUoawDDlDN6IXIlC90a9YptXeBCnJ0SbiSVkwCJfa4uSSA1lelguwd6TzrRs mXIG26XA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1svEUQ-0000000Gq04-3A6x; Mon, 30 Sep 2024 11:22:54 +0000 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1svET7-0000000Gpbs-3t6P for linux-arm-kernel@lists.infradead.org; Mon, 30 Sep 2024 11:21:36 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=T9KoJ12hg9BEKb6CRiiTClNpEW1d9Vc9BR62bgsKbdc=; b=ac0e0Z8pC5VMsa3ntLCETtuHIlY4x2DK57ebtAWYZnbavwrmBqIfHCN0 U6p264mXYmAY1Ev5jScmuSLfztg1UEQcAgA1per4+Un1PQL8pEM73u0oP xPN1I3Aem7Nb4QEzsEAANkwXvp8aMWsD1/6OHYevLa/ZJFAo10RCYixy4 I=; Authentication-Results: mail2-relais-roc.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=Julia.Lawall@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="6.11,165,1725314400"; d="scan'208";a="185956869" Received: from i80.paris.inria.fr (HELO i80.paris.inria.fr.) ([128.93.90.48]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Sep 2024 13:21:26 +0200 From: Julia Lawall To: Paul Walmsley Cc: kernel-janitors@vger.kernel.org, Aaro Koskinen , Andreas Kemnade , Kevin Hilman , Roger Quadros , Tony Lindgren , Russell King , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 01/35] ARM: OMAP2/3: PRM: Reorganize kerneldoc parameter names Date: Mon, 30 Sep 2024 13:20:47 +0200 Message-Id: <20240930112121.95324-2-Julia.Lawall@inria.fr> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20240930112121.95324-1-Julia.Lawall@inria.fr> References: <20240930112121.95324-1-Julia.Lawall@inria.fr> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240930_042134_258316_F2106B48 X-CRM114-Status: GOOD ( 10.70 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Reorganize kerneldoc parameter names to match the parameter order in the function header. Problems identified using Coccinelle. Signed-off-by: Julia Lawall Reviewed-by: Roger Quadros Reviewed-by: Kevin Hilman --- arch/arm/mach-omap2/prm2xxx_3xxx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/mach-omap2/prm2xxx_3xxx.c b/arch/arm/mach-omap2/prm2xxx_3xxx.c index d983efac6f4f..d3a912886709 100644 --- a/arch/arm/mach-omap2/prm2xxx_3xxx.c +++ b/arch/arm/mach-omap2/prm2xxx_3xxx.c @@ -62,7 +62,6 @@ int omap2_prm_assert_hardreset(u8 shift, u8 part, s16 prm_mod, u16 offset) /** * omap2_prm_deassert_hardreset - deassert a submodule hardreset line and wait - * @prm_mod: PRM submodule base (e.g. CORE_MOD) * @rst_shift: register bit shift corresponding to the reset line to deassert * @st_shift: register bit shift for the status of the deasserted submodule * @part: PRM partition, not used for OMAP2 From patchwork Mon Sep 30 11:21:03 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julia Lawall X-Patchwork-Id: 13815894 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id AB342CF6497 for ; Mon, 30 Sep 2024 11:25:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: Content-Transfer-Encoding:MIME-Version:References:In-Reply-To:Message-Id:Date :Subject:To:From:Reply-To:Content-Type:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=nyVJ0vMCjCV702KmxvH+Ho117GiwdtzCNKNDXngnBZE=; b=a9JO7iWhqKBdHc 2Htf7y6xOAPVXcSADOtrQV86ozeO3sww29lpBFggs5eM3bk0Cej7nqx57STfFrasIUNyrT/81Pcon LAGWvzIyI4qYNGZZw3DR8qk0QARVCtrQtGRQU+H+hSZK24hNCxohQuwpFpiw3JQMqlWSsgGquKGcF vJhTO/6YTldx5ZHTb1Au9E5TwDadlSh99qs17uqzifWlCP6YiISPlbZT/YWWic6YoQ/7fYATP6iJr SdsExVzxCNFThs226SHnOA5yRgShKqiocRVfDzSzI/uzDLjiqLB0oLf8z+gp790kDxFcu+PkeIKaD fTCZAdYDnsHBMNYzUXiw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1svEWo-0000000GqjZ-3XCM; Mon, 30 Sep 2024 11:25:22 +0000 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1svETD-0000000Gpbs-0n2T for linux-arm-kernel@lists.infradead.org; Mon, 30 Sep 2024 11:21:40 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inria.fr; s=dc; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=nyVJ0vMCjCV702KmxvH+Ho117GiwdtzCNKNDXngnBZE=; b=D92IekYt3BLgXbUetq6phF8FQ/uwXsEz3sNkDdhPJyIBGG5qm7aRXeXO 7j7590MUgJCu8vI0ltdx3bah1E8wZLUboPqjumoduFA6bHpkfDRUs6jtW bKMKQ5ojyGtMgEWU5xcUebnuMk5OCd98+f5flcVDOvcjbss+K+4YsoQMe k=; Authentication-Results: mail2-relais-roc.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=Julia.Lawall@inria.fr; dmarc=fail (p=none dis=none) d=inria.fr X-IronPort-AV: E=Sophos;i="6.11,165,1725314400"; d="scan'208";a="185956888" Received: from i80.paris.inria.fr (HELO i80.paris.inria.fr.) ([128.93.90.48]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Sep 2024 13:21:27 +0200 From: Julia Lawall To: Lee Jones Subject: [PATCH 17/35] mfd: atmel-smc: Reorganize kerneldoc parameter names Date: Mon, 30 Sep 2024 13:21:03 +0200 Message-Id: <20240930112121.95324-18-Julia.Lawall@inria.fr> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20240930112121.95324-1-Julia.Lawall@inria.fr> References: <20240930112121.95324-1-Julia.Lawall@inria.fr> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240930_042139_518283_F918DAE0 X-CRM114-Status: GOOD ( 10.91 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Alexandre Belloni , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, Claudiu Beznea , linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Reorganize kerneldoc parameter names to match the parameter order in the function header. Problems identified using Coccinelle. Signed-off-by: Julia Lawall --- drivers/mfd/atmel-smc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mfd/atmel-smc.c b/drivers/mfd/atmel-smc.c index e560066e5885..4628ca14e766 100644 --- a/drivers/mfd/atmel-smc.c +++ b/drivers/mfd/atmel-smc.c @@ -255,8 +255,8 @@ EXPORT_SYMBOL_GPL(atmel_smc_cs_conf_apply); /** * atmel_hsmc_cs_conf_apply - apply an SMC CS conf * @regmap: the HSMC regmap - * @cs: the CS id * @layout: the layout of registers + * @cs: the CS id * @conf: the SMC CS conf to apply * * Applies an SMC CS configuration. @@ -296,8 +296,8 @@ EXPORT_SYMBOL_GPL(atmel_smc_cs_conf_get); /** * atmel_hsmc_cs_conf_get - retrieve the current SMC CS conf * @regmap: the HSMC regmap - * @cs: the CS id * @layout: the layout of registers + * @cs: the CS id * @conf: the SMC CS conf object to store the current conf * * Retrieve the SMC CS configuration.