misc: habanalabs: irq: Add missing struct identifier for 'struct hl_eqe_work'
authorLee Jones <lee.jones@linaro.org>
Fri, 26 Jun 2020 13:05:24 +0000 (14:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Jun 2020 16:45:53 +0000 (18:45 +0200)
commit9eea2a499fa86b0822d27f3cd34c4554c6a9c2e6
tree689d75544ba230dd23714dbae2ce9ea96366e3d6
parentdfe40cccac190da8076d436290ec3efc21169e68
misc: habanalabs: irq: Add missing struct identifier for 'struct hl_eqe_work'

In kerneldoc format, data structures have to start with 'struct'
else the kerneldoc tooling/parsers/validators get confused.

Squashes the following W=1 warning:

 drivers/misc/habanalabs/irq.c:19: warning: cannot understand function prototype: 'struct hl_eqe_work '

Cc: Oded Gabbay <oded.gabbay@gmail.com>
Reviewed-by: Oded Gabbay <oded.gabbay@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20200626130525.389469-10-lee.jones@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/habanalabs/irq.c