[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1281090471-3373-1-git-send-email-neilmunro@gmail.com>
Date: Fri, 6 Aug 2010 11:27:51 +0100
From: Neil Munro <neilmunro@...il.com>
To: gregkh@...e.de, wfp5p@...ginia.edu
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Niadh <neilmunro@...il.com>
Subject: [PATCH 984/984] Staging: RT2860: Fixed the error in oid.h
From: Niadh <neilmunro@...il.com>
Fixed the single spacing error in oid.h.
Signed-off-by: Neil Munro <neilmunro@...il.com>
---
drivers/staging/rt2860/oid.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/staging/rt2860/oid.h b/drivers/staging/rt2860/oid.h
index fd1c141..1704c27 100644
--- a/drivers/staging/rt2860/oid.h
+++ b/drivers/staging/rt2860/oid.h
@@ -701,7 +701,7 @@ struct PACKED rt_rt_802_11_acl {
struct rt_802_11_wds {
unsigned long Num;
- NDIS_802_11_MAC_ADDRESS Entry[24 /*MAX_NUM_OF_WDS_LINK */ ];
+ NDIS_802_11_MAC_ADDRESS Entry[24 /*MAX_NUM_OF_WDS_LINK */];
unsigned long KeyLength;
u8 KeyMaterial[32];
};
--
1.7.2.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists