batman-adv: Drop repeated words in comments
checkpatch found various instances of "Possible repeated word" in various comments. Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
This commit is contained in:

committed by
Simon Wunderlich

parent
6f5b92a79c
commit
21ba5ab2aa
@@ -649,7 +649,7 @@ static void batadv_softif_destroy_vlan(struct batadv_priv *bat_priv,
|
||||
/**
|
||||
* batadv_interface_add_vid() - ndo_add_vid API implementation
|
||||
* @dev: the netdev of the mesh interface
|
||||
* @proto: protocol of the the vlan id
|
||||
* @proto: protocol of the vlan id
|
||||
* @vid: identifier of the new vlan
|
||||
*
|
||||
* Set up all the internal structures for handling the new vlan on top of the
|
||||
@@ -707,7 +707,7 @@ static int batadv_interface_add_vid(struct net_device *dev, __be16 proto,
|
||||
/**
|
||||
* batadv_interface_kill_vid() - ndo_kill_vid API implementation
|
||||
* @dev: the netdev of the mesh interface
|
||||
* @proto: protocol of the the vlan id
|
||||
* @proto: protocol of the vlan id
|
||||
* @vid: identifier of the deleted vlan
|
||||
*
|
||||
* Destroy all the internal structures used to handle the vlan identified by vid
|
||||
|
Reference in New Issue
Block a user