On Tuesday, 14 May 2019 09:38:58 CEST Linus Lüssing wrote:
/**
* BATADV_ORIG_CAPA_HAS_BCAST_URCV: orig node is able to receive
* batman-adv broadcast packets with a unicast ethernet frame
* destination
*/
BATADV_ORIG_CAPA_HAS_BCAST_URCV,
};
Here is a minor problem with the kerneldoc syntax:
./net/batman-adv/types.h:550: warning: Incorrect use of kernel-doc format: * BATADV_ORIG_CAPA_HAS_BCAST_URCV: orig node is able to receive ./net/batman-adv/types.h:555: warning: Enum value 'BATADV_ORIG_CAPA_HAS_BCAST_URCV' not described in enum 'batadv_orig_capabilities'
Kind regards, Sven