diff options
author | Joe Perches <joe@perches.com> | 2016-03-30 05:23:18 -0700 |
---|---|---|
committer | Dave Kleikamp <dave.kleikamp@oracle.com> | 2016-03-30 10:48:28 -0500 |
commit | 6ed71e9819ac3412fc6a3495f5ce141df274c916 (patch) | |
tree | 3e5dfbb420e7e8efa239aa56f014b0c92053e017 /fs/jfs/jfs_imap.c | |
parent | aa575749f4356d68bc2973f213e7d28cc146ebce (diff) | |
download | op-kernel-dev-6ed71e9819ac3412fc6a3495f5ce141df274c916.zip op-kernel-dev-6ed71e9819ac3412fc6a3495f5ce141df274c916.tar.gz |
jfs: Coalesce some formats
Formats are better kept as a single line for easier grep.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
Diffstat (limited to 'fs/jfs/jfs_imap.c')
-rw-r--r-- | fs/jfs/jfs_imap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/jfs/jfs_imap.c b/fs/jfs/jfs_imap.c index f321986..6aca224 100644 --- a/fs/jfs/jfs_imap.c +++ b/fs/jfs/jfs_imap.c @@ -534,8 +534,7 @@ void diWriteSpecial(struct inode *ip, int secondary) /* read the page of fixed disk inode (AIT) in raw mode */ mp = read_metapage(ip, address << sbi->l2nbperpage, PSIZE, 1); if (mp == NULL) { - jfs_err("diWriteSpecial: failed to read aggregate inode " - "extent!"); + jfs_err("diWriteSpecial: failed to read aggregate inode extent!"); return; } |