power: supply: bq2515x: fix kerneldoc
Fix kerneldoc W=1 warning: drivers/power/supply/bq2515x_charger.c:189: warning: Function parameter or member 'init_data' not described in 'bq2515x_device' Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
This commit is contained in:
parent
7da9f17fc2
commit
66ac8df5e0
|
@ -168,7 +168,7 @@ enum bq2515x_id {
|
|||
* @device_id: value of device_id
|
||||
* @mains_online: boolean value indicating power supply online
|
||||
*
|
||||
* @bq2515x_init_data init_data: charger initialization data structure
|
||||
* @init_data: charger initialization data structure
|
||||
*/
|
||||
struct bq2515x_device {
|
||||
struct power_supply *mains;
|
||||
|
|
Loading…
Reference in New Issue