All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sunrpc: fix "occurence"->"occurrence"
@ 2025-08-12 11:33 Xichao Zhao
  2025-08-12 17:57 ` Joe Damato
  2025-09-05 14:25 ` Chuck Lever
  0 siblings, 2 replies; 4+ messages in thread
From: Xichao Zhao @ 2025-08-12 11:33 UTC (permalink / raw)
  To: trondmy, anna, chuck.lever, jlayton, davem, edumazet, kuba,
	pabeni
  Cc: neil, okorniev, Dai.Ngo, tom, horms, linux-nfs, netdev,
	linux-kernel, Xichao Zhao

Trivial fix to spelling mistake in comment text.

Signed-off-by: Xichao Zhao <zhao.xichao@vivo.com>
---
 net/sunrpc/sysfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/sunrpc/sysfs.c b/net/sunrpc/sysfs.c
index 09434e1143c5..8b01b7ae2690 100644
--- a/net/sunrpc/sysfs.c
+++ b/net/sunrpc/sysfs.c
@@ -389,7 +389,7 @@ static ssize_t rpc_sysfs_xprt_dstaddr_store(struct kobject *kobj,
 	saddr = (struct sockaddr *)&xprt->addr;
 	port = rpc_get_port(saddr);
 
-	/* buf_len is the len until the first occurence of either
+	/* buf_len is the len until the first occurrence of either
 	 * '\n' or '\0'
 	 */
 	buf_len = strcspn(buf, "\n");
-- 
2.34.1


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

end of thread, other threads:[~2025-09-05 14:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-12 11:33 [PATCH] sunrpc: fix "occurence"->"occurrence" Xichao Zhao
2025-08-12 17:57 ` Joe Damato
2025-08-12 20:46   ` Jakub Kicinski
2025-09-05 14:25 ` Chuck Lever

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.