[XFRM]: Fix struct xfrm_algo code formatting.

Realign struct members.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2008-01-12 21:31:29 -08:00
parent ba749ae98d
commit 3f4afb6443

View File

@ -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 {