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 3CE6CC04FDE for ; Fri, 9 Dec 2022 18:26:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229813AbiLIS03 (ORCPT ); Fri, 9 Dec 2022 13:26:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51238 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229591AbiLIS00 (ORCPT ); Fri, 9 Dec 2022 13:26:26 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 74B88379F2; Fri, 9 Dec 2022 10:26:25 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 25F6AB828D3; Fri, 9 Dec 2022 18:26:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A04ACC433EF; Fri, 9 Dec 2022 18:26:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1670610382; bh=8dddKZ57UrjQDLb/S1ZbfLF3qt/bQhuZsCMUNXqyJko=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=bVu1ndMVjwY0sf/bOz+KpWk5in5Jhk2RnpamkR2d7UFZ3zu/SNdLcKVN/gW0gpk/I vQF2wU7mgmPxs1fR1D+EY/GMAgoctymOStuhbROTn3EapJTfPlSFUogn/bXnrEF8ew WSqhdVt5vshb+XBQwxGfZH7TaSxLOEBZ2jnH61CaIY6w4q/LPSHB6y4cqFF0P1acdE HohV9zOi4PvAmuvmgvu7Zoqf9CgzI5clqzsUCQ0eLjNu1l+d6hS+UzMDow+TXG88Ep 3QI7jpdSIihFHdCMoiU7BLY07Vm7UZW93ApHOpUevD4pjaxD/ZU5GtS84C01lzr4lM Cnija2Gkr14Iw== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20221209002016.14776-1-rdunlap@infradead.org> References: <20221209002016.14776-1-rdunlap@infradead.org> Subject: Re: [PATCH] clk: nomadik: correct struct name kernel-doc warning From: Stephen Boyd Cc: Randy Dunlap , kernel test robot , Mauro Carvalho Chehab , Linus Walleij , linux-arm-kernel@lists.infradead.org, Michael Turquette , linux-clk@vger.kernel.org To: Randy Dunlap , linux-kernel@vger.kernel.org Date: Fri, 09 Dec 2022 10:26:20 -0800 User-Agent: alot/0.10 Message-Id: <20221209182622.A04ACC433EF@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Randy Dunlap (2022-12-08 16:20:16) > Use the correct struct name for the kernel-doc notation to prevent > a kernel-doc warning: >=20 > clk-nomadik.c:148: warning: expecting prototype for struct clk_pll1. Prot= otype was for struct clk_pll instead >=20 > Fixes: ef6eb322ce57 ("clk: nomadik: implement the Nomadik clocks properly= ") > Signed-off-by: Randy Dunlap > Reported-by: kernel test robot > Cc: Mauro Carvalho Chehab > Cc: Linus Walleij > Cc: linux-arm-kernel@lists.infradead.org > Cc: Michael Turquette > Cc: Stephen Boyd > Cc: linux-clk@vger.kernel.org > --- Applied to clk-next