Skip to content

Commit

Permalink
[XFRM]: Fix struct xfrm_algo code formatting.
Browse files Browse the repository at this point in the history
Realign struct members.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Jan 28, 2008
1 parent ba749ae commit 3f4afb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/xfrm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3f4afb6

Please sign in to comment.