Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net80211 Putting extra l's in align does not make it mor...



details:   https://anonhg.NetBSD.org/src/rev/2b74ebb01407
branches:  trunk
changeset: 785820:2b74ebb01407
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Mar 30 19:03:02 2013 +0000

description:
Putting extra l's in align does not make it more so.

diffstat:

 sys/net80211/ieee80211_input.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1b4a6641a4db -r 2b74ebb01407 sys/net80211/ieee80211_input.c
--- a/sys/net80211/ieee80211_input.c    Sat Mar 30 18:59:38 2013 +0000
+++ b/sys/net80211/ieee80211_input.c    Sat Mar 30 19:03:02 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ieee80211_input.c,v 1.75 2013/03/30 15:12:28 christos Exp $    */
+/*     $NetBSD: ieee80211_input.c,v 1.76 2013/03/30 19:03:02 christos Exp $    */
 /*-
  * Copyright (c) 2001 Atsushi Onoe
  * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting
@@ -36,7 +36,7 @@
 __FBSDID("$FreeBSD: src/sys/net80211/ieee80211_input.c,v 1.81 2005/08/10 16:22:29 sam Exp $");
 #endif
 #ifdef __NetBSD__
-__KERNEL_RCSID(0, "$NetBSD: ieee80211_input.c,v 1.75 2013/03/30 15:12:28 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ieee80211_input.c,v 1.76 2013/03/30 19:03:02 christos Exp $");
 #endif
 
 #include "opt_inet.h"
@@ -1340,7 +1340,7 @@
 } while (0)
 #endif /* !IEEE80211_DEBUG */
 
-/* unalligned little endian access */   
+/* unaligned little endian access */
 #define LE_READ_2(p)                                   \
        ((u_int16_t)                                    \
         ((((const u_int8_t *)(p))[0]      ) |          \



Home | Main Index | Thread Index | Old Index