From 3097f71b8ca8a92baed3f06952e7464ad9e1c83a Mon Sep 17 00:00:00 2001 From: Kevin McAllister Date: Fri, 8 May 2015 15:24:04 -0400 Subject: [PATCH] convert spaces to tab on comment. --- kernel-module/xt_RTPENGINE.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel-module/xt_RTPENGINE.c b/kernel-module/xt_RTPENGINE.c index b50124816..12dd9c0dd 100644 --- a/kernel-module/xt_RTPENGINE.c +++ b/kernel-module/xt_RTPENGINE.c @@ -1908,7 +1908,7 @@ static u_int64_t packet_index(struct re_crypto_context *c, if (unlikely(!s->last_index)) s->last_index = seq; - /* rfc 3711 appendix A, modified, and sections 3.3 and 3.3.1 */ + /* rfc 3711 appendix A, modified, and sections 3.3 and 3.3.1 */ s_l = (s->last_index & 0x00000000ffffULL); roc = (s->last_index & 0xffffffff0000ULL) >> 16; v = 0;