From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EB23F7B for ; Wed, 23 Nov 2022 01:48:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 820FDC433D6; Wed, 23 Nov 2022 01:48:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1669168118; bh=Cbo+NRn0ge6LwevugN7/1gv4dID3/XMFDmQvtgROA6k=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=YTDo902cvuWge8+AnTdTVklZotOtwWx0I0IcUHwPQZL9wDEhizAmjaTiZ/Tisgg5w uZcxKdsqJTZhx8yTO9rT5LnEFcpo0yZqakurH0fSXeZYjKqxijxjFmAx30cUdB8+uz lr17Qy2FJAxj/b5pvQH/+Qtpoxiwr7Hr2uQ++2Cak8Wl3qcLXWv+pdi5ysmN7+TSBs Iq4EDoiv5Dgkz1T6EgvTem2/bBdyDgg5vigIexL9EplP1Dyb3KEqa6AvpTEnJmZQAO nqoiN/xPqNWTrHxqVcU/eVg0wM9dSr7ao6Wxasu3hjZ5uRxraBnROZz9BDY7NBi514 MdoV9jJYjaoXg== Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20221122023826.101503-1-yang.lee@linux.alibaba.com> References: <20221122023826.101503-1-yang.lee@linux.alibaba.com> Subject: Re: [PATCH -next v2] clk: Fix one kernel-doc comment From: Stephen Boyd Cc: rdunlap@infradead.org, wens@csie.org, jernej.skrabec@gmail.com, samuel@sholland.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, Yang Li , Abaci Robot To: Yang Li , mturquette@baylibre.com Date: Tue, 22 Nov 2022 17:48:36 -0800 User-Agent: alot/0.10 Message-Id: <20221123014838.820FDC433D6@smtp.kernel.org> Quoting Yang Li (2022-11-21 18:38:26) > drivers/clk/sunxi-ng/ccu_mmc_timing.c:54: warning: expecting prototype fo= r sunxi_ccu_set_mmc_timing_mode(). Prototype was for sunxi_ccu_get_mmc_timi= ng_mode() instead >=20 > Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3D3230 > Reported-by: Abaci Robot > Signed-off-by: Yang Li > --- Reviewed-by: Stephen Boyd