On Samstag, 21. Oktober 2017 11:45:46 CEST Sven Eckelmann wrote: [...]
- /**
* @BATADV_CMD_GET_GATEWAYS: Query list of gateways
BATADV_CMD_GET_GATEWAYS,*/
Just wanted to mention that this could also have been written [1] as:
/** @BATADV_CMD_GET_GATEWAYS: Query list of gateways */
I was just lazy and formatted everything as multiline comment instead of checking whether any of the entries would fit in a single line comment.
Kind regards, Sven
[1] https://www.kernel.org/doc/html/v4.11/doc-guide/kernel-doc.html#in-line-memb...