From patchwork Tue Nov 14 07:29:30 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 164744 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:a59:b909:0:b0:403:3b70:6f57 with SMTP id t9csp1699179vqg; Mon, 13 Nov 2023 23:29:46 -0800 (PST) X-Google-Smtp-Source: AGHT+IFijUX7l5Ul0i5HxOQEbuvKXIrtbjaHgypYHwC4uv1UBHUnxrKklDFy0MPwIrKgT1+vUxGA X-Received: by 2002:a17:90b:1e42:b0:281:37b0:4b0d with SMTP id pi2-20020a17090b1e4200b0028137b04b0dmr6195916pjb.7.1699946985962; Mon, 13 Nov 2023 23:29:45 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1699946985; cv=none; d=google.com; s=arc-20160816; b=Bg9twKGCDS/eVv7WubX7gIg9BZ5LxcBvA3BdUJ8lrrcRGx5SAt6O6+vNt4n7+lY5mG DfBlJH47Wd1X3xjuJZA8woND956AJZUJojiGaHhha4SyIMyip/cOqy2fMzxP/q1pRT7V uGKy1menMEkyV8U2K60UCexYDOps1yabXybtNHnIHXGFEc0LvGglq8dq71QU3VRJ6/f5 tYvcpm/aj0c/qVwlXCP1q2Z3YKN2NFPOpDb6zVRofjw2/7yM4bNNTTEg0+lIlh8KI2V3 jIkWiEza4DkPsmpcWqC9Su1aZW4EMvOfcfTTHqKhJYxF5uV6AoebqWiWA+Xzwn8q7dVA vVMg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=QjdzwJoL9/hKJSQ4SewY1QdwEhPC1FlmL/nbc2k+yG0=; fh=q4XD+OhpSDE6ZaEjNzVHJQCR/p/BRGUAVpxLwnKP4GY=; b=Gsl8ghWXm1Te7XXExtUb/NSdmaSU5SF8rcr3f8G80RU6T0+epWovCinlL3eVR+m16g UFJ45F+4UPyq6UaZp7b9+qIHnWFO1OSrQGvKKVCVVvXrG9DLKS8IzDnpoWYyUiLYlVlQ IOI8+FUDFSyQbmT03GJjbtvt7iKvBmwuBCDmkQp/F9tEWgAqndzOIc9ZPCU1IO6om6AL gE9l9lREfu/pczTzO1hk9JK27XSH/HhwH3M3wxpbr5UYslOBK/gF4as9ZWJG6BezybpQ aKRuSZX0o67VOV9FsKB2sEGNXrMWpWvveTjnyzqjfUOXEEqB8lzojIXk9H8/DVvz6dJs aaLw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.37 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: from snail.vger.email (snail.vger.email. [23.128.96.37]) by mx.google.com with ESMTPS id y2-20020a17090a8b0200b0026d41496190si12071098pjn.85.2023.11.13.23.29.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Nov 2023 23:29:45 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.37 as permitted sender) client-ip=23.128.96.37; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.37 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: from out1.vger.email (depot.vger.email [IPv6:2620:137:e000::3:0]) by snail.vger.email (Postfix) with ESMTP id 2594D80D6E61; Mon, 13 Nov 2023 23:29:45 -0800 (PST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.103.11 at snail.vger.email Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232126AbjKNH3n (ORCPT + 30 others); Tue, 14 Nov 2023 02:29:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51054 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229566AbjKNH3l (ORCPT ); Tue, 14 Nov 2023 02:29:41 -0500 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 8578B196; Mon, 13 Nov 2023 23:29:34 -0800 (PST) Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 9F60E80CE; Tue, 14 Nov 2023 07:29:32 +0000 (UTC) From: Tony Lindgren To: Daniel Lezcano , Thomas Gleixner Cc: linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kernel test robot Subject: [PATCH] clocksource: timer-ti-dm: Fix make W=n kerneldoc warnings Date: Tue, 14 Nov 2023 09:29:30 +0200 Message-ID: <20231114072930.40615-1-tony@atomide.com> X-Mailer: git-send-email 2.42.1 MIME-Version: 1.0 X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_BLOCKED,SPF_HELO_NONE,SPF_NONE,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.6.4 (snail.vger.email [0.0.0.0]); Mon, 13 Nov 2023 23:29:45 -0800 (PST) X-getmail-retrieved-from-mailbox: INBOX X-GMAIL-THRID: 1782523610395025027 X-GMAIL-MSGID: 1782523610395025027 Kernel test robot reports of kerneldoc related warnings that happen with make W=n for "parameter or member not described". These were caused by changes to function parameter names with earlier commits where the kerneldoc parts were not updated. Fixes: 49cd16bb573e ("clocksource/drivers/timer-ti-dm: Simplify register writes with dmtimer_write()") Fixes: a6e543f61531 ("clocksource/drivers/timer-ti-dm: Move struct omap_dm_timer fields to driver") Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202311040403.DzIiBuwU-lkp@intel.com/ Closes: https://lore.kernel.org/oe-kbuild-all/202311040606.XL5OcR9O-lkp@intel.com/ Signed-off-by: Tony Lindgren Reviewed-by: Randy Dunlap Tested-by: Randy Dunlap --- drivers/clocksource/timer-ti-dm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/clocksource/timer-ti-dm.c b/drivers/clocksource/timer-ti-dm.c --- a/drivers/clocksource/timer-ti-dm.c +++ b/drivers/clocksource/timer-ti-dm.c @@ -183,7 +183,7 @@ static inline u32 dmtimer_read(struct dmtimer *timer, u32 reg) * dmtimer_write - write timer registers in posted and non-posted mode * @timer: timer pointer over which write operation is to perform * @reg: lowest byte holds the register offset - * @value: data to write into the register + * @val: data to write into the register * * The posted mode bit is encoded in reg. Note that in posted mode, the write * pending bit must be checked. Otherwise a write on a register which has a @@ -949,7 +949,7 @@ static int omap_dm_timer_set_int_enable(struct omap_dm_timer *cookie, /** * omap_dm_timer_set_int_disable - disable timer interrupts - * @timer: pointer to timer handle + * @cookie: pointer to timer cookie * @mask: bit mask of interrupts to be disabled * * Disables the specified timer interrupts for a timer.