Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: tegra: cvb: Provide missing description for 'tegra_cvb_add_opp_table()'s align param

Fixes the following W=1 kernel build warning(s):

drivers/clk/tegra/cvb.c:106: warning: Function parameter or member 'align' not described in 'tegra_cvb_add_opp_table'

Cc: Peter De Schrijver <pdeschrijver@nvidia.com>
Cc: Prashant Gaikwad <pgaikwad@nvidia.com>
Cc: Michael Turquette <mturquette@baylibre.com>
Cc: Stephen Boyd <sboyd@kernel.org>
Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: Jonathan Hunter <jonathanh@nvidia.com>
Cc: linux-clk@vger.kernel.org
Cc: linux-tegra@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20210126124540.3320214-10-lee.jones@linaro.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Lee Jones and committed by
Stephen Boyd
b565eb81 a89bd29a

+1
+1
drivers/clk/tegra/cvb.c
··· 86 86 * @dev: the struct device * for which the OPP table is built 87 87 * @tables: array of CVB tables 88 88 * @count: size of the previously mentioned array 89 + * @align: parameters of the regulator step and offset 89 90 * @process_id: process id of the HW module 90 91 * @speedo_id: speedo id of the HW module 91 92 * @speedo_value: speedo value of the HW module