aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3/cdns3-imx.c
diff options
context:
space:
mode:
authorNathan Chancellor <[email protected]>2019-12-17 20:19:31 -0700
committerJan Kara <[email protected]>2020-01-06 10:09:35 +0100
commitd9e9866803f7b6c3fdd35d345e97fb0b2908bbbc (patch)
treee7194518b247235f154218c6cbbd014132d6bccd /drivers/usb/cdns3/cdns3-imx.c
parent1ead083ae1472e5aaee7f18ea827b13f55bd10a6 (diff)
ext2: Adjust indentation in ext2_fill_super
Clang warns: ../fs/ext2/super.c:1076:3: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] sbi->s_groups_count = ((le32_to_cpu(es->s_blocks_count) - ^ ../fs/ext2/super.c:1074:2: note: previous statement is here if (EXT2_BLOCKS_PER_GROUP(sb) == 0) ^ 1 warning generated. This warning occurs because there is a space before the tab on this line. Remove it so that the indentation is consistent with the Linux kernel coding style and clang no longer warns. Fixes: 41f04d852e35 ("[PATCH] ext2: fix mounts at 16T") Link: https://github.com/ClangBuiltLinux/linux/issues/827 Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Nathan Chancellor <[email protected]> Signed-off-by: Jan Kara <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-imx.c')
0 files changed, 0 insertions, 0 deletions