commit | 34473822da06510d708087bb76d9ad757ac09567 | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <sven@narfation.org> | Sun May 31 10:10:20 2015 +0200 |
committer | Antonio Quartulli <antonio@meshcoding.com> | Tue Aug 25 00:12:18 2015 +0200 |
tree | 5c3174122be3b6f9fa9df2ed8c188ae86677b393 | |
parent | 6b5e971a282c0e7b18b47823103d695352b5a3c2 [diff] |
batman-adv: Fix kerneldoc over 80 column lines Kerneldoc required single line documentation in the past (before 2009). Therefore, the 80 columns limit per line check of checkpatch was disabled for kerneldoc. But kerneldoc is not excluded anymore from it and checkpatch now enabled the check again. Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch> Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>