summaryrefslogtreecommitdiff
path: root/fs/jfs/inode.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2016-03-30 05:23:18 -0700
committerDave Kleikamp <dave.kleikamp@oracle.com>2016-03-30 10:48:28 -0500
commit6ed71e9819ac3412fc6a3495f5ce141df274c916 (patch)
tree3e5dfbb420e7e8efa239aa56f014b0c92053e017 /fs/jfs/inode.c
parentaa575749f4356d68bc2973f213e7d28cc146ebce (diff)
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/inode.c')
-rw-r--r--fs/jfs/inode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/jfs/inode.c b/fs/jfs/inode.c
index 9d9bae63ae2a..da1d02116a19 100644
--- a/fs/jfs/inode.c
+++ b/fs/jfs/inode.c
@@ -102,8 +102,8 @@ int jfs_commit_inode(struct inode *inode, int wait)
* partitions and may think inode is dirty
*/
if (!special_file(inode->i_mode) && noisy) {
- jfs_err("jfs_commit_inode(0x%p) called on "
- "read-only volume", inode);
+ jfs_err("jfs_commit_inode(0x%p) called on read-only volume",
+ inode);
jfs_err("Is remount racy?");
noisy--;
}