From: Bob Peterson Date: Wed, 26 Apr 2023 14:46:16 +0000 (-0400) Subject: gfs2: fix minor comment typos X-Git-Tag: v6.6.17~4448^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4f82bf21f2586aa823fd40de72023236062a4aa;p=platform%2Fkernel%2Flinux-rpi.git gfs2: fix minor comment typos Signed-off-by: Bob Peterson Signed-off-by: Andreas Gruenbacher --- diff --git a/fs/gfs2/bmap.c b/fs/gfs2/bmap.c index c739b258a2d9..8d611fbcf0bd 100644 --- a/fs/gfs2/bmap.c +++ b/fs/gfs2/bmap.c @@ -1729,8 +1729,8 @@ static int punch_hole(struct gfs2_inode *ip, u64 offset, u64 length) if (offset >= maxsize) { /* - * The starting point lies beyond the allocated meta-data; - * there are no blocks do deallocate. + * The starting point lies beyond the allocated metadata; + * there are no blocks to deallocate. */ return 0; }