diff options
author | David S. Miller <davem@davemloft.net> | 2014-01-17 02:22:58 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-01-17 02:22:58 +0100 |
commit | 7dff08bbda1610697a350eeb7dcdc6177d229407 (patch) | |
tree | 9a3461334ac120776c48ac8fc428ca164c0a7bed /net/batman-adv/bat_iv_ogm.c | |
parent | net_sched: act: use tcf_hash_release() in net/sched/act_police.c (diff) | |
parent | batman-adv: use consistent kerneldoc style (diff) | |
download | linux-7dff08bbda1610697a350eeb7dcdc6177d229407.tar.xz linux-7dff08bbda1610697a350eeb7dcdc6177d229407.zip |
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
Included change:
- properly format already existing kerneldoc
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/batman-adv/bat_iv_ogm.c')
-rw-r--r-- | net/batman-adv/bat_iv_ogm.c | 6 |
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: return res; } -/* batadv_iv_ogm_aggregate_new - create a new aggregated packet and add this +/** + * batadv_iv_ogm_aggregate_new - create a new aggregated packet and add this * packet to it. * @packet_buff: pointer to the OGM * @packet_len: (total) length of the OGM @@ -1745,7 +1746,8 @@ static int batadv_iv_ogm_receive(struct sk_buff *skb, return NET_RX_SUCCESS; } -/* batadv_iv_ogm_orig_print_neigh - print neighbors for the originator table +/** + * batadv_iv_ogm_orig_print_neigh - print neighbors for the originator table * @orig_node: the orig_node for which the neighbors are printed * @if_outgoing: outgoing interface for these entries * @seq: debugfs table seq_file struct |