All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cxl: Fix couple of spellings
@ 2021-03-22  2:33 Bhaskar Chowdhury
  2021-03-22  3:02 ` Randy Dunlap
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-22  2:33 UTC (permalink / raw)
  To: fbarrat, ajd, arnd, gregkh, linuxppc-dev, linux-kernel
  Cc: rdunlap, Bhaskar Chowdhury


s/filesytem/filesystem/
s/symantics/semantics/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 drivers/misc/cxl/context.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/misc/cxl/context.c b/drivers/misc/cxl/context.c
index fb2eff69e449..e627b4056623 100644
--- a/drivers/misc/cxl/context.c
+++ b/drivers/misc/cxl/context.c
@@ -52,7 +52,7 @@ int cxl_context_init(struct cxl_context *ctx, struct cxl_afu *afu, bool master)
 		 * can always access it when dereferenced from IDR. For the same
 		 * reason, the segment table is only destroyed after the context is
 		 * removed from the IDR.  Access to this in the IOCTL is protected by
-		 * Linux filesytem symantics (can't IOCTL until open is complete).
+		 * Linux filesystem semantics (can't IOCTL until open is complete).
 		 */
 		i = cxl_alloc_sst(ctx);
 		if (i)
--
2.31.0


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

* Re: [PATCH] cxl: Fix couple of spellings
  2021-03-22  2:33 [PATCH] cxl: Fix couple of spellings Bhaskar Chowdhury
@ 2021-03-22  3:02 ` Randy Dunlap
  2021-03-22 15:24 ` Andrew Donnellan
  2021-03-31  1:09 ` Michael Ellerman
  2 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2021-03-22  3:02 UTC (permalink / raw)
  To: Bhaskar Chowdhury, fbarrat, ajd, arnd, gregkh, linuxppc-dev,
	linux-kernel

On 3/21/21 7:33 PM, Bhaskar Chowdhury wrote:
> 
> s/filesytem/filesystem/
> s/symantics/semantics/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  drivers/misc/cxl/context.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/misc/cxl/context.c b/drivers/misc/cxl/context.c
> index fb2eff69e449..e627b4056623 100644
> --- a/drivers/misc/cxl/context.c
> +++ b/drivers/misc/cxl/context.c
> @@ -52,7 +52,7 @@ int cxl_context_init(struct cxl_context *ctx, struct cxl_afu *afu, bool master)
>  		 * can always access it when dereferenced from IDR. For the same
>  		 * reason, the segment table is only destroyed after the context is
>  		 * removed from the IDR.  Access to this in the IOCTL is protected by
> -		 * Linux filesytem symantics (can't IOCTL until open is complete).
> +		 * Linux filesystem semantics (can't IOCTL until open is complete).
>  		 */
>  		i = cxl_alloc_sst(ctx);
>  		if (i)
> --


-- 
~Randy


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

* Re: [PATCH] cxl: Fix couple of spellings
  2021-03-22  2:33 [PATCH] cxl: Fix couple of spellings Bhaskar Chowdhury
  2021-03-22  3:02 ` Randy Dunlap
@ 2021-03-22 15:24 ` Andrew Donnellan
  2021-03-31  1:09 ` Michael Ellerman
  2 siblings, 0 replies; 4+ messages in thread
From: Andrew Donnellan @ 2021-03-22 15:24 UTC (permalink / raw)
  To: Bhaskar Chowdhury, fbarrat, arnd, gregkh, linuxppc-dev, linux-kernel
  Cc: rdunlap

On 22/3/21 1:33 pm, Bhaskar Chowdhury wrote:
> 
> s/filesytem/filesystem/
> s/symantics/semantics/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Andrew Donnellan <ajd@linux.ibm.com>

> ---
>   drivers/misc/cxl/context.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/misc/cxl/context.c b/drivers/misc/cxl/context.c
> index fb2eff69e449..e627b4056623 100644
> --- a/drivers/misc/cxl/context.c
> +++ b/drivers/misc/cxl/context.c
> @@ -52,7 +52,7 @@ int cxl_context_init(struct cxl_context *ctx, struct cxl_afu *afu, bool master)
>   		 * can always access it when dereferenced from IDR. For the same
>   		 * reason, the segment table is only destroyed after the context is
>   		 * removed from the IDR.  Access to this in the IOCTL is protected by
> -		 * Linux filesytem symantics (can't IOCTL until open is complete).
> +		 * Linux filesystem semantics (can't IOCTL until open is complete).
>   		 */
>   		i = cxl_alloc_sst(ctx);
>   		if (i)
> --
> 2.31.0
> 

-- 
Andrew Donnellan              OzLabs, ADL Canberra
ajd@linux.ibm.com             IBM Australia Limited

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

* Re: [PATCH] cxl: Fix couple of spellings
  2021-03-22  2:33 [PATCH] cxl: Fix couple of spellings Bhaskar Chowdhury
  2021-03-22  3:02 ` Randy Dunlap
  2021-03-22 15:24 ` Andrew Donnellan
@ 2021-03-31  1:09 ` Michael Ellerman
  2 siblings, 0 replies; 4+ messages in thread
From: Michael Ellerman @ 2021-03-31  1:09 UTC (permalink / raw)
  To: linuxppc-dev, gregkh, Bhaskar Chowdhury, arnd, fbarrat,
	linux-kernel, ajd
  Cc: rdunlap

On Mon, 22 Mar 2021 08:03:07 +0530, Bhaskar Chowdhury wrote:
> s/filesytem/filesystem/
> s/symantics/semantics/

Applied to powerpc/next.

[1/1] cxl: Fix couple of spellings
      https://git.kernel.org/powerpc/c/e23ecdf9fd87c547a3ac55bcebaf7df28df2fab0

cheers

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

end of thread, other threads:[~2021-03-31  1:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-22  2:33 [PATCH] cxl: Fix couple of spellings Bhaskar Chowdhury
2021-03-22  3:02 ` Randy Dunlap
2021-03-22 15:24 ` Andrew Donnellan
2021-03-31  1:09 ` Michael Ellerman

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.