2021-03-19 01:01:55

by Bhaskar Chowdhury

[permalink] [raw]
Subject: [PATCH] fs/inode.c: Fix a rudimentary typo

s/funtion/function/

Signed-off-by: Bhaskar Chowdhury <[email protected]>
---
fs/inode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/inode.c b/fs/inode.c
index a047ab306f9a..38c2e6b58dc4 100644
--- a/fs/inode.c
+++ b/fs/inode.c
@@ -1423,7 +1423,7 @@ EXPORT_SYMBOL(ilookup);
* function must never block --- find_inode() can block in
* __wait_on_freeing_inode() --- or when the caller can not increment
* the reference count because the resulting iput() might cause an
- * inode eviction. The tradeoff is that the @match funtion must be
+ * inode eviction. The tradeoff is that the @match function must be
* very carefully implemented.
*/
struct inode *find_inode_nowait(struct super_block *sb,
--
2.26.2


2021-03-19 17:57:48

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] fs/inode.c: Fix a rudimentary typo



On Fri, 19 Mar 2021, Bhaskar Chowdhury wrote:

> s/funtion/function/
>
> Signed-off-by: Bhaskar Chowdhury <[email protected]>

Acked-by: Randy Dunlap <[email protected]>


> ---
> fs/inode.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/inode.c b/fs/inode.c
> index a047ab306f9a..38c2e6b58dc4 100644
> --- a/fs/inode.c
> +++ b/fs/inode.c
> @@ -1423,7 +1423,7 @@ EXPORT_SYMBOL(ilookup);
> * function must never block --- find_inode() can block in
> * __wait_on_freeing_inode() --- or when the caller can not increment
> * the reference count because the resulting iput() might cause an
> - * inode eviction. The tradeoff is that the @match funtion must be
> + * inode eviction. The tradeoff is that the @match function must be
> * very carefully implemented.
> */
> struct inode *find_inode_nowait(struct super_block *sb,
> --
> 2.26.2
>
>