mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
gfs2: fix minor comment typos
Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
This commit is contained in:
committed by
Andreas Gruenbacher
parent
a9b0f6f4ad
commit
e4f82bf21f
@@ -1729,8 +1729,8 @@ static int punch_hole(struct gfs2_inode *ip, u64 offset, u64 length)
|
|||||||
|
|
||||||
if (offset >= maxsize) {
|
if (offset >= maxsize) {
|
||||||
/*
|
/*
|
||||||
* The starting point lies beyond the allocated meta-data;
|
* The starting point lies beyond the allocated metadata;
|
||||||
* there are no blocks do deallocate.
|
* there are no blocks to deallocate.
|
||||||
*/
|
*/
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user