batman-adv: Fix kernel-doc parsing of main structs
authorSven Eckelmann <sven@narfation.org>
Sun, 6 Sep 2015 19:38:45 +0000 (21:38 +0200)
committerAntonio Quartulli <a@unstable.cc>
Sat, 9 Jan 2016 12:56:00 +0000 (20:56 +0800)
commit426fc6c8119820164dd44e99862dda85159eef93
tree15d632bb35f2e1e853e7d70b7f2e4c8346a64592
parentcc69d3dbbbfa134df2a7e7a72da6484c5d34fb0d
batman-adv: Fix kernel-doc parsing of main structs

kernel-doc is not able to skip an #ifdef between the kernel documentation
block and the start of the struct. Moving the #ifdef before the kernel doc
block avoids this problem

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Antonio Quartulli <a@unstable.cc>
net/batman-adv/types.h
This page took 0.025006 seconds and 5 git commands to generate.