batman-adv: refactor tt_global_del_struct()
authorAntonio Quartulli <ordex@autistici.org>
Sun, 23 Sep 2012 20:38:36 +0000 (22:38 +0200)
committerAntonio Quartulli <ordex@autistici.org>
Wed, 14 Nov 2012 20:00:36 +0000 (21:00 +0100)
commitbe73b488d1e2993fe92b5ec02347c3f7c08307b8
treed7413fa72c5b097b8e05e00b8fa1b5d2d5199beb
parent47c94655c3d8086d92825760e1f1d9b12a5976e4
batman-adv: refactor tt_global_del_struct()

batadv_tt_global_del_struct() function is not properly named.
Having a more meaningful name which reflects the current behavior helps other
developers to easily understand what it does.

A parameter has also been renamed in order to let the function header better fit
the 80-chars line-width

Signed-off-by: Antonio Quartulli <ordex@autistici.org>
net/batman-adv/translation-table.c