Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3f4afb6443aaa1d69b2d8f0461c8191e40d54c3c
Commit:     3f4afb6443aaa1d69b2d8f0461c8191e40d54c3c
Parent:     ba749ae98d5aa9d2ce9a7facde0deed454f92230
Author:     David S. Miller <[EMAIL PROTECTED]>
AuthorDate: Sat Jan 12 21:31:29 2008 -0800
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 15:02:01 2008 -0800

    [XFRM]: Fix struct xfrm_algo code formatting.
    
    Realign struct members.
    
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 include/linux/xfrm.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/linux/xfrm.h b/include/linux/xfrm.h
index f8507ee..9b5b00c 100644
--- a/include/linux/xfrm.h
+++ b/include/linux/xfrm.h
@@ -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 {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to