[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1383018708-29615-1-git-send-email-klmckinney1@gmail.com>
Date: Mon, 28 Oct 2013 23:51:37 -0400
From: Kevin McKinney <klmckinney1@...il.com>
To: devel@...verdev.osuosl.org, gregkh@...uxfoundation.org,
linux-kernel@...r.kernel.org
Cc: dan.carpenter@...cle.com, Kevin McKinney <klmckinney1@...il.com>
Subject: [PATCH 00/11 V2] Staging: bcm: Cleanup Adapter.h
These patches fix several issues in Adapter.h
Kevin McKinney (11):
Staging: bcm: Fix WARNING: space prohibited before semicolon.
Staging: bcm: Remove typedef for _U_IP_ADDRESS and call directly.
Staging: bcm: Replace USHORT with unsigned short in Adapter.h
Staging: bcm: Replaces UCHAR with u8 in Adapter.h
Staging: bcm: Replace ULONG with unsigned long or u32 in Adapter.h
Staging: bcm: Replace B_UINT16 with u16 in Adapter.h
Staging: bcm: Replace B_UINT8 with u8 in Adapter.h
Staging: bcm: Replace UINT32 with u32 in Adapter.h
Staging: bcm: Replace UINT with unsigned int in Adapter.h
Staging: bcm: Replace PVOID with void * in Adapter.h
Staging: bcm: Replace LARGE_INTEGER with u64 in Adapter.h
drivers/staging/bcm/Adapter.h | 298 ++++++++++++++++++++---------------------
drivers/staging/bcm/Bcmchar.c | 2 +-
drivers/staging/bcm/CmHost.c | 8 +-
drivers/staging/bcm/Misc.c | 8 +-
4 files changed, 158 insertions(+), 158 deletions(-)
--
1.7.9.5
--
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