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

power: supply: bq256xx: add kerneldoc for structure members

Document members of structure to fix W=1 warnings like:

drivers/power/supply/bq256xx_charger.c:240: warning:
Function parameter or member 'charger' not described in 'bq256xx_device'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>

authored by

Krzysztof Kozlowski and committed by
Sebastian Reichel
43d87663 4667d52f

+2
+2
drivers/power/supply/bq256xx_charger.c
··· 202 202 * @client: i2c client structure 203 203 * @regmap: register map structure 204 204 * @dev: device structure 205 + * @charger: power supply registered for the charger 206 + * @battery: power supply registered for the battery 205 207 * @lock: mutex lock structure 206 208 * 207 209 * @usb2_phy: usb_phy identifier