Re: [PATCH] fs: Trivial typo fix in the file coredump.c

From: Randy Dunlap
Date: Tue Mar 16 2021 - 01:23:50 EST


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

Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

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