Skip to content

Commit

Permalink
regulator: max14577-regulator: Demote kerneldoc header to standard co…
Browse files Browse the repository at this point in the history
…mment

Nothing about this comment identifies it as a kerneldoc header.
It's missing all of it's function argument descriptions and the
correct function header.

Fixes the following W=1 warning(s):

 drivers/regulator/max14577-regulator.c:166: warning: Function parameter or member 'max14577' not described in 'max14577_get_regma
 drivers/regulator/max14577-regulator.c:166: warning: Function parameter or member 'reg_id' not described in 'max14577_get_regmap'

Signed-off-by: Lee Jones <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
Lee Jones authored and broonie committed Jun 25, 2020
1 parent 7b804ce commit 0c32f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/regulator/max14577-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ static const struct regulator_desc max77836_supported_regulators[] = {
[MAX77836_LDO2] = MAX77836_LDO_REG(2),
};

/**
/*
* Registers for regulators of max77836 use different I2C slave addresses so
* different regmaps must be used for them.
*
Expand Down

0 comments on commit 0c32f8a

Please sign in to comment.