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

pinctrl: pinctrl-bm1880: Rename ill documented struct attribute entries

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

drivers/pinctrl/pinctrl-bm1880.c:40: warning: Function parameter or member 'pctrldev' not described in 'bm1880_pinctrl'
drivers/pinctrl/pinctrl-bm1880.c:40: warning: Function parameter or member 'pinconf' not described in 'bm1880_pinctrl'

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Link: https://lore.kernel.org/r/20200713144930.1034632-19-lee.jones@linaro.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Lee Jones and committed by
Linus Walleij
21f97985 aa78655d

+2 -2
+2 -2
drivers/pinctrl/pinctrl-bm1880.c
··· 22 22 /** 23 23 * struct bm1880_pinctrl - driver data 24 24 * @base: Pinctrl base address 25 - * @pctrl: Pinctrl device 25 + * @pctrldev: Pinctrl device 26 26 * @groups: Pingroups 27 27 * @ngroups: Number of @groups 28 28 * @funcs: Pinmux functions 29 29 * @nfuncs: Number of @funcs 30 - * @pconf: Pinconf data 30 + * @pinconf: Pinconf data 31 31 */ 32 32 struct bm1880_pinctrl { 33 33 void __iomem *base;