From mboxrd@z Thu Jan 1 00:00:00 1970 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 5379DE936FB for ; Sat, 7 Oct 2023 07:44:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343724AbjJGHoL (ORCPT ); Sat, 7 Oct 2023 03:44:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44162 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343611AbjJGHoJ (ORCPT ); Sat, 7 Oct 2023 03:44:09 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id BBF92BD; Sat, 7 Oct 2023 00:44:08 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 33BD5809E; Sat, 7 Oct 2023 07:44:08 +0000 (UTC) Date: Sat, 7 Oct 2023 10:44:06 +0300 From: Tony Lindgren To: Randy Dunlap Cc: linux-kernel@vger.kernel.org, kernel test robot , Arnd Bergmann , Vaibhav Hiremath , Felipe Balbi , Xunlei Pang , John Stultz , Ingo Molnar , Aaro Koskinen , Janusz Krzysztofik , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] ARM: OMAP: timer32K: fix all kernel-doc warnings Message-ID: <20231007074406.GZ34982@atomide.com> References: <20231007001603.24972-1-rdunlap@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231007001603.24972-1-rdunlap@infradead.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Randy Dunlap [231007 03:16]: > Fix kernel-doc warnings reported by the kernel test robot: > > timer32k.c:186: warning: cannot understand function prototype: 'struct timespec64 persistent_ts; ' > timer32k.c:191: warning: Function parameter or member 'ts' not described in 'omap_read_persistent_clock64' > timer32k.c:216: warning: Function parameter or member 'vbase' not described in 'omap_init_clocksource_32k' > timer32k.c:216: warning: Excess function parameter 'pbase' description in 'omap_init_clocksource_32k' > timer32k.c:216: warning: Excess function parameter 'size' description in 'omap_init_clocksource_32k' > timer32k.c:216: warning: No description found for return value of 'omap_init_clocksource_32k' Thanks applying into fixes. Tony