]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: cros_ec_dev: Fix cros_feature_to_{name,cells} struct descriptions
authorLee Jones <lee.jones@linaro.org>
Wed, 24 Jun 2020 12:07:45 +0000 (13:07 +0100)
committerLee Jones <lee.jones@linaro.org>
Mon, 6 Jul 2020 07:32:00 +0000 (08:32 +0100)
commit5ae3d1bcea485e3f0056c508d2e12d1a95c453ee
tree720f4c94b4d51e0a54ab852c3909428d2d9d2c9f
parent0824c889e1a4b1ec0edf890689c7852363c4b055
mfd: cros_ec_dev: Fix cros_feature_to_{name,cells} struct descriptions

Kerneldoc expects kernel structures to be prefixed with 'struct'.

Fixes the following W=1 level warnings:

 drivers/mfd/cros_ec_dev.c:32: warning: cannot understand function prototype: 'struct cros_feature_to_name '
 drivers/mfd/cros_ec_dev.c:44: warning: cannot understand function prototype: 'struct cros_feature_to_cells '

Cc: Benson Leung <bleung@chromium.org>
Cc: Guenter Roeck <groeck@chromium.org>
Cc: Bill Richardson <wfrichar@chromium.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/cros_ec_dev.c