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

bus: qcom-ebi2: Fix incorrect documentation for '{slow,fast}_cfg'

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

drivers/bus/qcom-ebi2.c:112: warning: Function parameter or member 'slow_cfg' not described in 'cs_data'
drivers/bus/qcom-ebi2.c:112: warning: Function parameter or member 'fast_cfg' not described in 'cs_data'

Reviewed-by: Linus Walleij <linus.walleij@linaro.org
Cc: Andy Gross <agross@kernel.org>
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-arm-msm@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20210526081038.544942-8-lee.jones@linaro.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>

authored by

Lee Jones and committed by
Bjorn Andersson
ee704ebf 9bf8257f

+2 -2
+2 -2
drivers/bus/qcom-ebi2.c
··· 102 102 /** 103 103 * struct cs_data - struct with info on a chipselect setting 104 104 * @enable_mask: mask to enable the chipselect in the EBI2 config 105 - * @slow_cfg0: offset to XMEMC slow CS config 106 - * @fast_cfg1: offset to XMEMC fast CS config 105 + * @slow_cfg: offset to XMEMC slow CS config 106 + * @fast_cfg: offset to XMEMC fast CS config 107 107 */ 108 108 struct cs_data { 109 109 u32 enable_mask;