Re: [PATCH] ext4: fix incorrect indentation of if statement
From: Theodore Ts'o <tytso@mit.edu>
Date: 2018-01-11 19:18:18
Also in:
kernel-janitors, lkml
From: Theodore Ts'o <tytso@mit.edu>
Date: 2018-01-11 19:18:18
Also in:
kernel-janitors, lkml
On Thu, Jan 04, 2018 at 04:40:18PM +0100, Jan Kara wrote:
On Wed 29-11-17 14:20:59, Colin King wrote:quoted
From: Colin Ian King <redacted> The indentation is incorrect and spaces need replacing with a tab on the if statement. Cleans up smatch warning: fs/ext4/namei.c:3220 ext4_link() warn: inconsistent indenting Signed-off-by: Colin Ian King <redacted>This seems to fall through cracks. The patch looks good. You can add: Reviewed-by: Jan Kara <jack@suse.cz>
Thanks, applied. There was actually another whitespace issue on the following line, which I've fixed up and merged into this patch. - Ted