From: Bhaskar Chowdhury Date: Fri, 26 Mar 2021 01:16:42 +0000 (+0530) Subject: fuse: fix a typo X-Git-Tag: v5.15~1223^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa6ff555f0e62bc1c85a2d181c1fae95d47c00ce;p=platform%2Fkernel%2Flinux-starfive.git fuse: fix a typo s/reponsible/responsible/ Signed-off-by: Bhaskar Chowdhury Signed-off-by: Miklos Szeredi --- diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h index 79c98df..e7775d9 100644 --- a/fs/fuse/fuse_i.h +++ b/fs/fuse/fuse_i.h @@ -713,7 +713,7 @@ struct fuse_conn { /** Use enhanced/automatic page cache invalidation. */ unsigned auto_inval_data:1; - /** Filesystem is fully reponsible for page cache invalidation. */ + /** Filesystem is fully responsible for page cache invalidation. */ unsigned explicit_inval_data:1; /** Does the filesystem support readdirplus? */