mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 19:56:18 +00:00
[XFRM]: Fix struct xfrm_algo code formatting.
Realign struct members. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
ba749ae98d
commit
3f4afb6443
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue