aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/bat_iv_ogm.c
diff options
context:
space:
mode:
authorSimon Wunderlich <sw@simonwunderlich.de>2014-01-15 15:17:54 -0500
committerAntonio Quartulli <antonio@meshcoding.com>2014-01-15 18:16:00 -0500
commit1b371d13071d6b6b9dc7a00fe1bc5a6babd68a5b (patch)
tree94586cedab4b623be50f52523ef2f1089b0c2e98 /net/batman-adv/bat_iv_ogm.c
parentb93819854d6e79999a01ae73f90d3a4b06816cf7 (diff)
batman-adv: use consistent kerneldoc style
Reported-by: Antonio Quartulli <antonio@meshcoding.com> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de> Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch> Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
Diffstat (limited to 'net/batman-adv/bat_iv_ogm.c')
-rw-r--r--net/batman-adv/bat_iv_ogm.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/batman-adv/bat_iv_ogm.c b/net/batman-adv/bat_iv_ogm.c
index 921ac20cf690..512159bf607f 100644
--- a/net/batman-adv/bat_iv_ogm.c
+++ b/net/batman-adv/bat_iv_ogm.c
@@ -598,7 +598,8 @@ out:
598 return res; 598 return res;
599} 599}
600 600
601/* batadv_iv_ogm_aggregate_new - create a new aggregated packet and add this 601/**
602 * batadv_iv_ogm_aggregate_new - create a new aggregated packet and add this
602 * packet to it. 603 * packet to it.
603 * @packet_buff: pointer to the OGM 604 * @packet_buff: pointer to the OGM
604 * @packet_len: (total) length of the OGM 605 * @packet_len: (total) length of the OGM
@@ -1745,7 +1746,8 @@ static int batadv_iv_ogm_receive(struct sk_buff *skb,
1745 return NET_RX_SUCCESS; 1746 return NET_RX_SUCCESS;
1746} 1747}
1747 1748
1748/* batadv_iv_ogm_orig_print_neigh - print neighbors for the originator table 1749/**
1750 * batadv_iv_ogm_orig_print_neigh - print neighbors for the originator table
1749 * @orig_node: the orig_node for which the neighbors are printed 1751 * @orig_node: the orig_node for which the neighbors are printed
1750 * @if_outgoing: outgoing interface for these entries 1752 * @if_outgoing: outgoing interface for these entries
1751 * @seq: debugfs table seq_file struct 1753 * @seq: debugfs table seq_file struct