aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs/jfs_extent.h
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-08-04 19:49:01 -0700
committerDave Kleikamp <dave.kleikamp@oracle.com>2020-11-13 13:36:00 -0600
commited1c9a7a8517fbd0b64dc1a9c62d418b890de62a (patch)
treee3554d41d48f2f81593d59b43b0cbb4b044e1960 /fs/jfs/jfs_extent.h
parentMerge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt (diff)
downloadlinux-dev-ed1c9a7a8517fbd0b64dc1a9c62d418b890de62a.tar.xz
linux-dev-ed1c9a7a8517fbd0b64dc1a9c62d418b890de62a.zip
jfs: delete duplicated words + other fixes
Delete repeated words in fs/jfs/. {for, allocation, if, the} Insert "is" in one place to correct the grammar. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com> To: linux-fsdevel@vger.kernel.org Cc: jfs-discussion@lists.sourceforge.net
Diffstat (limited to 'fs/jfs/jfs_extent.h')
-rw-r--r--fs/jfs/jfs_extent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jfs/jfs_extent.h b/fs/jfs/jfs_extent.h
index dd635a8a0f8c..1c984214e95e 100644
--- a/fs/jfs/jfs_extent.h
+++ b/fs/jfs/jfs_extent.h
@@ -5,7 +5,7 @@
#ifndef _H_JFS_EXTENT
#define _H_JFS_EXTENT
-/* get block allocation allocation hint as location of disk inode */
+/* get block allocation hint as location of disk inode */
#define INOHINT(ip) \
(addressPXD(&(JFS_IP(ip)->ixpxd)) + lengthPXD(&(JFS_IP(ip)->ixpxd)) - 1)