linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs: Trivial typo fix in the file coredump.c
@ 2021-03-16  5:03 Bhaskar Chowdhury
  2021-03-16  5:23 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-16  5:03 UTC (permalink / raw)
  To: viro, linux-fsdevel, linux-kernel; +Cc: rdunlap, Bhaskar Chowdhury


s/postion/position/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 Al, I hope this time I read the comments well enough,if still
 I am at fault , curse me!

 fs/coredump.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/coredump.c b/fs/coredump.c
index 1c0fdc1aa70b..3ecae122ffd9 100644
--- a/fs/coredump.c
+++ b/fs/coredump.c
@@ -923,7 +923,7 @@ EXPORT_SYMBOL(dump_align);

 /*
  * Ensures that file size is big enough to contain the current file
- * postion. This prevents gdb from complaining about a truncated file
+ * position. This prevents gdb from complaining about a truncated file
  * if the last "write" to the file was dump_skip.
  */
 void dump_truncate(struct coredump_params *cprm)
--
2.30.2


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

* Re: [PATCH] fs: Trivial typo fix in the file coredump.c
  2021-03-16  5:03 [PATCH] fs: Trivial typo fix in the file coredump.c Bhaskar Chowdhury
@ 2021-03-16  5:23 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-03-16  5:23 UTC (permalink / raw)
  To: Bhaskar Chowdhury, viro, linux-fsdevel, linux-kernel

On 3/15/21 10:03 PM, Bhaskar Chowdhury wrote:
> 
> s/postion/position/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

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

> ---
>  Al, I hope this time I read the comments well enough,if still
>  I am at fault , curse me!
> 
>  fs/coredump.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/coredump.c b/fs/coredump.c
> index 1c0fdc1aa70b..3ecae122ffd9 100644
> --- a/fs/coredump.c
> +++ b/fs/coredump.c
> @@ -923,7 +923,7 @@ EXPORT_SYMBOL(dump_align);
> 
>  /*
>   * Ensures that file size is big enough to contain the current file
> - * postion. This prevents gdb from complaining about a truncated file
> + * position. This prevents gdb from complaining about a truncated file
>   * if the last "write" to the file was dump_skip.
>   */
>  void dump_truncate(struct coredump_params *cprm)
> --


-- 
~Randy


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

end of thread, other threads:[~2021-03-16  5:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-16  5:03 [PATCH] fs: Trivial typo fix in the file coredump.c Bhaskar Chowdhury
2021-03-16  5:23 ` Randy Dunlap

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).