linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sunrpc: fix "occurence"->"occurrence"
@ 2025-08-12 11:33 Xichao Zhao
  2025-08-12 17:57 ` Joe Damato
  0 siblings, 1 reply; 3+ 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] 3+ messages in thread

* Re: [PATCH] sunrpc: fix "occurence"->"occurrence"
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Joe Damato @ 2025-08-12 17:57 UTC (permalink / raw)
  To: Xichao Zhao
  Cc: trondmy, anna, chuck.lever, jlayton, davem, edumazet, kuba,
	pabeni, neil, okorniev, Dai.Ngo, tom, horms, linux-nfs, netdev,
	linux-kernel

On Tue, Aug 12, 2025 at 07:33:59PM +0800, Xichao Zhao wrote:
> 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");

In the future probably a good idea to add net-next to the subject line so it
is clear which tree you are targeting (e.g. [PATCH net-next]).

Reviewed-by: Joe Damato <joe@dama.to>

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

* Re: [PATCH] sunrpc: fix "occurence"->"occurrence"
  2025-08-12 17:57 ` Joe Damato
@ 2025-08-12 20:46   ` Jakub Kicinski
  0 siblings, 0 replies; 3+ messages in thread
From: Jakub Kicinski @ 2025-08-12 20:46 UTC (permalink / raw)
  To: Joe Damato
  Cc: Xichao Zhao, trondmy, anna, chuck.lever, jlayton, davem, edumazet,
	pabeni, neil, okorniev, Dai.Ngo, tom, horms, linux-nfs, netdev,
	linux-kernel

On Tue, 12 Aug 2025 10:57:55 -0700 Joe Damato wrote:
> In the future probably a good idea to add net-next to the subject line so it
> is clear which tree you are targeting (e.g. [PATCH net-next]).

net/sunrpc/ change usually go via nfs trees, FWIW

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

end of thread, other threads:[~2025-08-12 20:46 UTC | newest]

Thread overview: 3+ 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).