OSDN Git Service

reset: fix of_reset_simple_xlate kerneldoc comment
authorPhilipp Zabel <p.zabel@pengutronix.de>
Tue, 22 Oct 2019 14:06:19 +0000 (16:06 +0200)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Thu, 24 Oct 2019 08:26:33 +0000 (10:26 +0200)
commit47db5652517684ee6c2102b944f977bf77aa9635
tree6f8e8cc6dd05fa729ec1825dfbddad74714e1f2c
parent532f9cd6ee994ed10403e856ca27501428048597
reset: fix of_reset_simple_xlate kerneldoc comment

The flags parameter never made it into the API, but was erroneously
included in the kerneldoc comment. Remove it to fix a documentation
build warning:

  ./drivers/reset/core.c:86: warning: Excess function parameter 'flags' description in 'of_reset_simple_xlate'

Fixes: 61fc41317666 ("reset: Add reset controller API")
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/reset/core.c