linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs/namei.c: Mundane typo fix
@ 2021-03-20 18:53 Bhaskar Chowdhury
  2021-03-20 19:14 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2021-03-20 18:53 UTC (permalink / raw)
  To: viro, linux-fsdevel, linux-kernel; +Cc: rdunlap, Bhaskar Chowdhury


s/carfully/carefully/

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

diff --git a/fs/namei.c b/fs/namei.c
index 216f16e74351..bd0592000d87 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -2045,7 +2045,7 @@ static inline unsigned int fold_hash(unsigned long x, unsigned long y)
 #endif

 /*
- * Return the hash of a string of known length.  This is carfully
+ * Return the hash of a string of known length.  This is carefully
  * designed to match hash_name(), which is the more critical function.
  * In particular, we must end by hashing a final word containing 0..7
  * payload bytes, to match the way that hash_name() iterates until it
--
2.26.2


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

* Re: [PATCH] fs/namei.c: Mundane typo fix
  2021-03-20 18:53 [PATCH] fs/namei.c: Mundane typo fix Bhaskar Chowdhury
@ 2021-03-20 19:14 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2021-03-20 19:14 UTC (permalink / raw)
  To: Bhaskar Chowdhury; +Cc: viro, linux-fsdevel, linux-kernel



On Sun, 21 Mar 2021, Bhaskar Chowdhury wrote:

>
> s/carfully/carefully/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

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


> ---
> fs/namei.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/namei.c b/fs/namei.c
> index 216f16e74351..bd0592000d87 100644
> --- a/fs/namei.c
> +++ b/fs/namei.c
> @@ -2045,7 +2045,7 @@ static inline unsigned int fold_hash(unsigned long x, unsigned long y)
> #endif
>
> /*
> - * Return the hash of a string of known length.  This is carfully
> + * Return the hash of a string of known length.  This is carefully
>  * designed to match hash_name(), which is the more critical function.
>  * In particular, we must end by hashing a final word containing 0..7
>  * payload bytes, to match the way that hash_name() iterates until it
> --
> 2.26.2
>
>

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

end of thread, other threads:[~2021-03-20 19:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-20 18:53 [PATCH] fs/namei.c: Mundane typo fix Bhaskar Chowdhury
2021-03-20 19:14 ` 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).