]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
gfs2: Typo fixes
authorAndreas Gruenbacher <agruenba@redhat.com>
Sat, 18 Nov 2017 17:46:05 +0000 (18:46 +0100)
committerBob Peterson <rpeterso@redhat.com>
Thu, 18 Jan 2018 21:18:49 +0000 (14:18 -0700)
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Bob Peterson <rpeterso@redhat.com>
fs/gfs2/aops.c

index 658ca027cab981ac2763140c8fcf82d7e9d64dd7..44a77b631509a1898abda295937d26dd5769cd44 100644 (file)
@@ -500,10 +500,9 @@ static int stuffed_readpage(struct gfs2_inode *ip, struct page *page)
  * @file: The file to read a page for
  * @page: The page to read
  *
- * This is the core of gfs2's readpage. Its used by the internal file
- * reading code as in that case we already hold the glock. Also its
+ * This is the core of gfs2's readpage. It's used by the internal file
+ * reading code as in that case we already hold the glock. Also it's
  * called by gfs2_readpage() once the required lock has been granted.
- *
  */
 
 static int __gfs2_readpage(void *file, struct page *page)