You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07: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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user