提交 b3ca676f 编写于 作者: D Dan Carpenter 提交者: David S. Miller

sparc: vDSO: remove an extra tab

This statement is indented one tab too far which is confusing and
leads to a Smatch warning:

    arch/sparc/vdso/vma.c:254 arch_setup_additional_pages()
    warn: curly braces intended?
Signed-off-by: NDan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: NNagarathnam Muthusamy <nagarathnam.muthusamy@oracle.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 1d9facdc
......@@ -251,7 +251,7 @@ int arch_setup_additional_pages(struct linux_binprm *bprm, int uses_interp)
else
return map_vdso(&vdso_image_32_builtin, &vdso_mapping32);
#else
return map_vdso(&vdso_image_64_builtin, &vdso_mapping64);
return map_vdso(&vdso_image_64_builtin, &vdso_mapping64);
#endif
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册