mei: add kdoc for struct mei_aux_device

struct mei_aux_device is an interface structure
requires proper documenation.

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Reviewed-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220907215113.1596567-3-tomas.winkler@intel.com
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
This commit is contained in:
Tomas Winkler 2022-09-08 00:50:59 +03:00 committed by Joonas Lahtinen
parent 5c4d2536cf
commit fd72cb1bb5

View file

@ -7,6 +7,12 @@
#include <linux/auxiliary_bus.h>
/**
* struct mei_aux_device - mei auxiliary device
* @aux_dev: - auxiliary device object
* @irq: interrupt driving the mei auxiliary device
* @bar: mmio resource bar reserved to mei auxiliary device
*/
struct mei_aux_device {
struct auxiliary_device aux_dev;
int irq;