From: Ryusuke Konishi Date: Mon, 23 May 2016 23:23:36 +0000 (-0700) Subject: nilfs2: fix code indent coding style issue X-Git-Tag: android-x86-7.1-r1~1416^2~57 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7592ecde65f908f082cfd3440888fd6ae99f4cbb;p=android-x86%2Fkernel.git nilfs2: fix code indent coding style issue This fixes checkpatch.pl warning "WARNING: suspect code indent for conditional statements". Link: http://lkml.kernel.org/r/1462886671-3521-4-git-send-email-konishi.ryusuke@lab.ntt.co.jp Signed-off-by: Ryusuke Konishi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c index 0271784f867b..666107a18a22 100644 --- a/fs/nilfs2/super.c +++ b/fs/nilfs2/super.c @@ -273,7 +273,7 @@ struct nilfs_super_block **nilfs_prepare_super(struct super_block *sb, } } else if (sbp[1] && sbp[1]->s_magic != cpu_to_le16(NILFS_SUPER_MAGIC)) { - memcpy(sbp[1], sbp[0], nilfs->ns_sbsize); + memcpy(sbp[1], sbp[0], nilfs->ns_sbsize); } if (flip && sbp[1])