batman-adv: types.h: delete duplicated words
authorRandy Dunlap <rdunlap@infradead.org>
Sun, 19 Jul 2020 18:08:11 +0000 (11:08 -0700)
committerSimon Wunderlich <sw@simonwunderlich.de>
Tue, 18 Aug 2020 17:39:53 +0000 (19:39 +0200)
Delete the doubled word "time" in a comment.
Delete the doubled word "address" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/types.h

index ed519ef..965336a 100644 (file)
@@ -1492,7 +1492,7 @@ struct batadv_tp_vars {
        /** @unacked_lock: protect unacked_list */
        spinlock_t unacked_lock;
 
-       /** @last_recv_time: time time (jiffies) a msg was received */
+       /** @last_recv_time: time (jiffies) a msg was received */
        unsigned long last_recv_time;
 
        /** @refcount: number of context where the object is used */
@@ -1996,7 +1996,7 @@ struct batadv_tt_change_node {
  */
 struct batadv_tt_req_node {
        /**
-        * @addr: mac address address of the originator this request was sent to
+        * @addr: mac address of the originator this request was sent to
         */
        u8 addr[ETH_ALEN];