[PATCH] erofs-utils: remove unnecessary "\n"

Gao Xiang xiang at kernel.org
Tue Sep 7 10:08:30 AEST 2021


On Mon, Sep 06, 2021 at 04:13:58PM +0800, Huang Jianan via Linux-erofs wrote:
> Signed-off-by: Huang Jianan <huangjianan at oppo.com>
> ---
>  lib/inode.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/inode.c b/lib/inode.c
> index 5bad75e..0ad703d 100644
> --- a/lib/inode.c
> +++ b/lib/inode.c
> @@ -744,7 +744,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);

Reviewed-by: Gao Xiang <xiang at kernel.org>

Thanks,
Gao Xiang

>  
>  	if (decorated)
> -- 
> 2.25.1
> 


More information about the Linux-erofs mailing list