提交 3f4afb64 编写于 作者: D David S. Miller

[XFRM]: Fix struct xfrm_algo code formatting.

Realign struct members.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 ba749ae9
...@@ -91,9 +91,9 @@ struct xfrm_replay_state ...@@ -91,9 +91,9 @@ struct xfrm_replay_state
}; };
struct xfrm_algo { struct xfrm_algo {
char alg_name[64]; char alg_name[64];
unsigned int alg_key_len; /* in bits */ unsigned int alg_key_len; /* in bits */
char alg_key[0]; char alg_key[0];
}; };
struct xfrm_stats { struct xfrm_stats {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册