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