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 5C6A8E92FFD for ; Sat, 7 Oct 2023 07:44:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343712AbjJGHoK (ORCPT ); Sat, 7 Oct 2023 03:44:10 -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-omap@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 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 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 25ADFE92FFD for ; Sat, 7 Oct 2023 07:44:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=b5teFMW2iQrdkgFw9RtKwmF83Be85sgOb4cNqyo0yxo=; b=bw7o4rurzLMula buDOM9JgvoWp2viedEK5plVzCRx4+fNZpIZG4Rt7venNIAG/LIS7saysv7WJ96Fjt8zXuJs9MYTJP XwIE0jQAdP788B4oIwqoitlno3XMbMgYm7g4nJDAqXWMIW9+O91vnwy7H6nEh15J4HT73+YxWOjeP 8c+Ta9uWMRFYVLBlOFsOBknlGpMHTyd9TESYKrZ1K48ix+nBcZMkgAL6J1Q0qyaFApiTymUlFiglf zVBlkINJcpYPGO8jOnBYMtGkKxlDWyJut/BIQrUTZJAMsRJmzOLfrBMUuzCWBL+yBH7/y1EFGFD3U cYcfP4+Q136raIyKzw7A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qp1yt-00784c-2T; Sat, 07 Oct 2023 07:44:11 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qp1yq-00783t-2a for linux-arm-kernel@lists.infradead.org; Sat, 07 Oct 2023 07:44:10 +0000 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-Disposition: inline In-Reply-To: <20231007001603.24972-1-rdunlap@infradead.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231007_004408_885127_C5E146A5 X-CRM114-Status: UNSURE ( 6.83 ) X-CRM114-Notice: Please train this message. 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel