Commit 3f4afb64 authored by David S. Miller's avatar David S. Miller

[XFRM]: Fix struct xfrm_algo code formatting.

Realign struct members.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ba749ae9
......@@ -91,9 +91,9 @@ struct xfrm_replay_state
};
struct xfrm_algo {
char alg_name[64];
char alg_name[64];
unsigned int alg_key_len; /* in bits */
char alg_key[0];
char alg_key[0];
};
struct xfrm_stats {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment