Skip to content

Commit

Permalink
batman-adv: types.h: delete duplicated words
Browse files Browse the repository at this point in the history
Delete the doubled word "time" in a comment.
Delete the doubled word "address" in a comment.

Signed-off-by: Randy Dunlap <[email protected]>
Signed-off-by: Sven Eckelmann <[email protected]>
Signed-off-by: Simon Wunderlich <[email protected]>
  • Loading branch information
rddunlap authored and simonwunderlich committed Aug 18, 2020
1 parent c3b92dd commit 6f5b92a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/batman-adv/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down Expand Up @@ -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];

Expand Down

0 comments on commit 6f5b92a

Please sign in to comment.