mfd: si476x-i2c: Add description for si476x_core_fwver_to_revision()'s arg 'func'
authorLee Jones <lee.jones@linaro.org>
Wed, 24 Jun 2020 13:32:06 +0000 (14:32 +0100)
committerLee Jones <lee.jones@linaro.org>
Mon, 6 Jul 2020 07:32:03 +0000 (08:32 +0100)
commitc9b55f99fc679b3c7c9c1677b2fd2c86d6ac5e03
tree89fdac814fd19fa0bdbfc3184a28bdd0e2e1d551
parent9745ef7dcf86bbad277c4a6575393a4eaabca1b4
mfd: si476x-i2c: Add description for si476x_core_fwver_to_revision()'s arg 'func'

Kerneldoc syntax is used, but not complete.

Descriptions are required for all arguments.

Fixes the following W=1 build warning:

 drivers/mfd/si476x-i2c.c:550: warning: Function parameter or member 'func' not described in 'si476x_core_fwver_to_revision'

Cc: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/si476x-i2c.c