]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: Fix kerneldoc over 80 column lines
authorSven Eckelmann <sven@narfation.org>
Sun, 31 May 2015 08:10:20 +0000 (10:10 +0200)
committerAntonio Quartulli <antonio@meshcoding.com>
Mon, 24 Aug 2015 22:12:18 +0000 (00:12 +0200)
commit6f96df6ef621af3d57b77ba2041168ce23a40e30
tree5c3174122be3b6f9fa9df2ed8c188ae86677b393
parent6277a1a95d2702ce7a768242602398737e66cd5a
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>
net/batman-adv/icmp_socket.c
net/batman-adv/network-coding.c