Repository : ssh://git@open-mesh.org/batman-adv
On branch : next
commit e00f5628efc42bf0ebb113471f782d4b3ac44315 Author: Antonio Quartulli antonio@meshcoding.com Date: Sat Oct 19 16:14:49 2013 +0200
batman-adv: fix typ0 in kernel doc
Introduced by 9a40777e03bb2710a4f716867b2153257098972f ("batman-adv: make the GW module correctly talk to the new VLAN-TT")
Signed-off-by: Antonio Quartulli antonio@meshcoding.com Signed-off-by: Marek Lindner mareklindner@neomailbox.ch
e00f5628efc42bf0ebb113471f782d4b3ac44315 gateway_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gateway_client.c b/gateway_client.c index 7299936..2449afa 100644 --- a/gateway_client.c +++ b/gateway_client.c @@ -722,7 +722,7 @@ bool batadv_gw_is_dhcp_target(struct sk_buff *skb, unsigned int *header_len) }
/** - * batadv_gw_out_of_range - check if the dhcp request destination the best gw + * batadv_gw_out_of_range - check if the dhcp request destination is the best gw * @bat_priv: the bat priv with all the soft interface information * @skb: the outgoing packet *