]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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)
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

index 5a70b7ed25581500df2f89ee47d7c3c834a6c7e6..bcabb5e3f4d3a2c3478999b3deb80b1a7595500b 100644 (file)
@@ -337,8 +337,8 @@ int batadv_socket_setup(struct batadv_priv *bat_priv)
 }
 
 /**
- * batadv_socket_receive_packet - schedule an icmp packet to be sent to userspace
- *  on an icmp socket.
+ * batadv_socket_receive_packet - schedule an icmp packet to be sent to
+ *  userspace on an icmp socket.
  * @socket_client: the socket this packet belongs to
  * @icmph: pointer to the header of the icmp packet
  * @icmp_len: total length of the icmp packet
index 60dc7a6910b1f32b8bc244a0f3c9088ecee7e070..5cab144000be83aa8f8b3a6a99713a4fa32457eb 100644 (file)
@@ -872,8 +872,8 @@ static struct batadv_nc_node
 }
 
 /**
- * batadv_nc_update_nc_node - updates stored incoming and outgoing nc node structs
- *  (best called on incoming OGMs)
+ * batadv_nc_update_nc_node - updates stored incoming and outgoing nc node
+ *  structs (best called on incoming OGMs)
  * @bat_priv: the bat priv with all the soft interface information
  * @orig_node: orig node originating the ogm packet
  * @orig_neigh_node: neighboring orig node from which we received the ogm packet