Skip to content

Commit

Permalink
erofs-utils: remove unnecessary "\n"
Browse files Browse the repository at this point in the history
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Huang Jianan <[email protected]>
Reviewed-by: Gao Xiang <[email protected]>
Signed-off-by: Gao Xiang <[email protected]>
  • Loading branch information
hjn-1 authored and hsiangkao committed Sep 7, 2021
1 parent 8f75779 commit ca3b913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ int erofs_droid_inode_fsconfig(struct erofs_inode *inode,
cfg.target_out_path,
&uid, &gid, &mode, &inode->capabilities);

erofs_dbg("/%s -> mode = 0x%x, uid = 0x%x, gid = 0x%x, capabilities = 0x%" PRIx64 "\n",
erofs_dbg("/%s -> mode = 0x%x, uid = 0x%x, gid = 0x%x, capabilities = 0x%" PRIx64,
fspath, mode, uid, gid, inode->capabilities);

if (decorated)
Expand Down

0 comments on commit ca3b913

Please sign in to comment.