diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-08-05 04:49:01 +0200 |
---|---|---|
committer | Dave Kleikamp <dave.kleikamp@oracle.com> | 2020-11-13 20:36:00 +0100 |
commit | ed1c9a7a8517fbd0b64dc1a9c62d418b890de62a (patch) | |
tree | e3554d41d48f2f81593d59b43b0cbb4b044e1960 /fs/jfs/jfs_extent.h | |
parent | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt (diff) | |
download | linux-ed1c9a7a8517fbd0b64dc1a9c62d418b890de62a.tar.xz linux-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.h | 2 |
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) |