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/inode.c | |
parent | aa575749f4356d68bc2973f213e7d28cc146ebce (diff) | |
download | linux-6ed71e9819ac3412fc6a3495f5ce141df274c916.tar.bz2 |
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.c | 4 |
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--; } |