aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/p80211types.h
diff options
context:
space:
mode:
authorMithlesh Thukral <mithlesh@linsyssoft.com>2009-05-25 09:36:16 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-06-19 14:00:38 -0400
commit75f49e07520d036c2a0903694fdc0bcfb5523b76 (patch)
treec049a32d58d6406aee35d2dac769ef758f5f499b /drivers/staging/wlan-ng/p80211types.h
parent1611a52c395e6036725104af3a74a0cef8ea42b8 (diff)
Staging: wlan-ng: Lindent cleanups
Lindent script cleanups in wlan-ng driver in the staging tree. This is a item in the TODO list. Signed-off-by: Mithlesh Thukral <mithlesh@linsyssoft.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/wlan-ng/p80211types.h')
-rw-r--r--drivers/staging/wlan-ng/p80211types.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/staging/wlan-ng/p80211types.h b/drivers/staging/wlan-ng/p80211types.h
index a22437ceddc..043da1e5607 100644
--- a/drivers/staging/wlan-ng/p80211types.h
+++ b/drivers/staging/wlan-ng/p80211types.h
@@ -61,7 +61,6 @@
61/* Project Includes */ 61/* Project Includes */
62/*================================================================*/ 62/*================================================================*/
63 63
64
65/*----------------------------------------------------------------*/ 64/*----------------------------------------------------------------*/
66/* The following constants are indexes into the Mib Category List */ 65/* The following constants are indexes into the Mib Category List */
67/* and the Message Category List */ 66/* and the Message Category List */
@@ -345,11 +344,11 @@ struct catlistitem;
345/* metadata items. Some components may choose to use more, */ 344/* metadata items. Some components may choose to use more, */
346/* less or different metadata items. */ 345/* less or different metadata items. */
347 346
348typedef void (*p80211_totext_t) (struct catlistitem *, u32 did, u8 *itembuf, 347typedef void (*p80211_totext_t) (struct catlistitem *, u32 did, u8 * itembuf,
349 char *textbuf); 348 char *textbuf);
350typedef void (*p80211_fromtext_t) (struct catlistitem *, u32 did, u8 *itembuf, 349typedef void (*p80211_fromtext_t) (struct catlistitem *, u32 did, u8 * itembuf,
351 char *textbuf); 350 char *textbuf);
352typedef u32(*p80211_valid_t) (struct catlistitem *, u32 did, u8 *itembuf); 351typedef u32(*p80211_valid_t) (struct catlistitem *, u32 did, u8 * itembuf);
353 352
354/*----------------------------------------------------------------*/ 353/*----------------------------------------------------------------*/
355/* Enumeration Lists */ 354/* Enumeration Lists */