Added a blank line after declaration Signed-off-by: Adir Kuhn <adirkuhn@xxxxxxxxx> --- fs/ext4/dir.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/ext4/dir.c b/fs/ext4/dir.c index b81ffae..89fa42b 100644 --- a/fs/ext4/dir.c +++ b/fs/ext4/dir.c @@ -128,6 +128,7 @@ static int ext4_readdir(struct file *file, struct dir_context *ctx) if (ext4_has_inline_data(inode)) { int has_inline_data = 1; + err = ext4_read_inline_dir(file, ctx, &has_inline_data); if (has_inline_data) -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html