[1/8] net: batman-adv: bridge_loop_avoidance.c: delete duplicated word

Message ID 20200822231335.31304-2-rdunlap@infradead.org
State Not Applicable, archived
Delegated to: Simon Wunderlich
Headers
Series net: batman-adv: delete duplicated words + other fixes |

Commit Message

Randy Dunlap Aug. 22, 2020, 11:13 p.m. UTC
  Drop the repeated word "function".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Marek Lindner <mareklindner@neomailbox.ch>
Cc: Simon Wunderlich <sw@simonwunderlich.de>
Cc: Antonio Quartulli <a@unstable.cc>
Cc: Sven Eckelmann <sven@narfation.org>
Cc: b.a.t.m.a.n@lists.open-mesh.org
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
---
 net/batman-adv/bridge_loop_avoidance.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

--- linux-next-20200731.orig/net/batman-adv/bridge_loop_avoidance.c
+++ linux-next-20200731/net/batman-adv/bridge_loop_avoidance.c
@@ -1795,7 +1795,7 @@  batadv_bla_loopdetect_check(struct batad
 
 	ret = queue_work(batadv_event_workqueue, &backbone_gw->report_work);
 
-	/* backbone_gw is unreferenced in the report work function function
+	/* backbone_gw is unreferenced in the report work function
 	 * if queue_work() call was successful
 	 */
 	if (!ret)