From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Stuebner Subject: Re: [PATCH 2/7] clk: rockchip: fix warning reported by kernel-doc Date: Mon, 14 Mar 2016 01:25:54 +0100 Message-ID: <3159306.SvFJfiirsP@phil> References: <1457799871-3015-1-git-send-email-shawn.lin@rock-chips.com> <1457799914-3101-1-git-send-email-shawn.lin@rock-chips.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <1457799914-3101-1-git-send-email-shawn.lin@rock-chips.com> Sender: linux-clk-owner@vger.kernel.org To: Shawn Lin Cc: Xing Zheng , Michael Turquette , Stephen Boyd , linux-clk@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org List-Id: linux-rockchip.vger.kernel.org Am Sonntag, 13. M=E4rz 2016, 00:25:14 schrieb Shawn Lin: > ./scripts/kernel-doc -man -v drivers/clk/rockchip/clk.h > /dev/null >=20 > drivers/clk/rockchip/clk.h:133: warning: missing initial short > description on line: > * struct rockchip_clk_provider: information about clock provider > drivers/clk/rockchip/clk.h:133: info: Scanning doc for struct > drivers/clk/rockchip/clk.h:164: warning: missing initial short > description on line: > * struct rockchip_pll_clock: information about pll clock > drivers/clk/rockchip/clk.h:164: info: Scanning doc for struct > drivers/clk/rockchip/clk.h:194: warning: No description found for > parameter 'parent_names' > drivers/clk/rockchip/clk.h:194: warning: No description found for > parameter 'num_parents' > drivers/clk/rockchip/clk.h:194: warning: Excess struct/union/enum/typ= edef > member 'parent_name' description in 'rockchip_pll_clock' > drivers/clk/rockchip/clk.h:235: warning: missing initial short > description on line: > * struct rockchip_cpuclk_reg_data: describes register offsets and > masks of the cpuclock >=20 > Signed-off-by: Shawn Lin applied for v4.7 Thanks Heiko