提交 243fdac5 编写于 作者: I Ilya Leoshkevich 提交者: Heiko Carstens

s390/headers: fix code style in module.h

struct brace should be on the same line.
Signed-off-by: NIlya Leoshkevich <iii@linux.ibm.com>
Signed-off-by: NHeiko Carstens <hca@linux.ibm.com>
上级 7e82523f
......@@ -8,16 +8,14 @@
* This file contains the s390 architecture specific module code.
*/
struct mod_arch_syminfo
{
struct mod_arch_syminfo {
unsigned long got_offset;
unsigned long plt_offset;
int got_initialized;
int plt_initialized;
};
struct mod_arch_specific
{
struct mod_arch_specific {
/* Starting offset of got in the module core memory. */
unsigned long got_offset;
/* Starting offset of plt in the module core memory. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册