All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net/tipc: Fix typo 'retrun' -> 'return'
@ 2025-07-27  2:33 Ignacio Peña
  2025-07-27  6:27 ` kernel test robot
  0 siblings, 1 reply; 2+ messages in thread
From: Ignacio Peña @ 2025-07-27  2:33 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ignacio Pena

Fix spelling mistake.

No functional change.

Signed-off-by: Ignacio Pena <ignacio.pena87@gmail.com>
---
 net/tipc/bcast.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/tipc/bcast.c b/net/tipc/bcast.c
index 114fef65f..8481d9714 100644
--- a/net/tipc/bcast.c
+++ b/net/tipc/bcast.c
@@ -46,7 +46,7 @@
 #define BCLINK_WIN_MIN      32	/* bcast minimum link window size */
 
 const char tipc_bclink_name[] = "broadcast-link";
-unsigned long sysctl_tipc_bc_retruni __read_mostly;
+unsigned long sysctl_tipc_bc_returni __read_mostly;
 
 /**
  * struct tipc_bc_base - base structure for keeping broadcast send state
@@ -511,7 +511,7 @@ int tipc_bcast_sync_rcv(struct net *net, struct tipc_link *l,
 		tipc_link_bc_init_rcv(l, hdr);
 	} else if (!msg_bc_ack_invalid(hdr)) {
 		tipc_get_gap_ack_blks(&ga, l, hdr, false);
-		if (!sysctl_tipc_bc_retruni)
+		if (!sysctl_tipc_bc_returni)
 			retrq = &xmitq;
 		rc = tipc_link_bc_ack_rcv(l, msg_bcast_ack(hdr),
 					  msg_bc_gap(hdr), ga, &xmitq,
-- 
2.50.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-07-27  6:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-27  2:33 [PATCH] net/tipc: Fix typo 'retrun' -> 'return' Ignacio Peña
2025-07-27  6:27 ` kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.