* [PATCH V3 1/2] staging: wilc1000: remove UWORD8
@ 2015-06-08 23:23 Chaehyun Lim
2015-06-09 17:42 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Chaehyun Lim @ 2015-06-08 23:23 UTC (permalink / raw)
To: kernel-janitors
Use u8 instead of UWORD8.
Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
---
V3 : Capitalize the name on the From and the Signed-off-by
V2 : remove the defintion of UWORD8
drivers/staging/wilc1000/coreconfigurator.c | 2 +-
drivers/staging/wilc1000/host_interface.c | 2 +-
drivers/staging/wilc1000/itypes.h | 1 -
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/wilc1000/coreconfigurator.c b/drivers/staging/wilc1000/coreconfigurator.c
index 01625bd..958cf0b 100644
--- a/drivers/staging/wilc1000/coreconfigurator.c
+++ b/drivers/staging/wilc1000/coreconfigurator.c
@@ -498,7 +498,7 @@ INLINE WILC_Uint32 get_beacon_timestamp_lo(WILC_Uint8 *data)
return time_stamp;
}
-INLINE UWORD32 get_beacon_timestamp_hi(UWORD8 *data)
+INLINE UWORD32 get_beacon_timestamp_hi(u8 *data)
{
UWORD32 time_stamp = 0;
UWORD32 index = (MAC_HDR_LEN + 4);
diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c
index fcbadd1..8e00f71 100644
--- a/drivers/staging/wilc1000/host_interface.c
+++ b/drivers/staging/wilc1000/host_interface.c
@@ -3692,7 +3692,7 @@ static void Handle_DelAllSta(void *drvHandler, tstrHostIFDelAllSta *pstrDelAllSt
WILC_Uint8 *pu8CurrByte;
tstrWILC_WFIDrv *pstrWFIDrv = (tstrWILC_WFIDrv *)drvHandler;
WILC_Uint8 i;
- UWORD8 au8Zero_Buff[6] = {0};
+ u8 au8Zero_Buff[6] = {0};
strWID.u16WIDid = (WILC_Uint16)WID_DEL_ALL_STA;
strWID.enuWIDtype = WID_STR;
strWID.s32ValueSize = (pstrDelAllStaParam->u8Num_AssocSta * ETH_ALEN) + 1;
diff --git a/drivers/staging/wilc1000/itypes.h b/drivers/staging/wilc1000/itypes.h
index 6c2bd79..91c8f0d 100644
--- a/drivers/staging/wilc1000/itypes.h
+++ b/drivers/staging/wilc1000/itypes.h
@@ -46,7 +46,6 @@ typedef short WORD16;
typedef char WORD8;
typedef unsigned int UWORD32;
typedef unsigned short UWORD16;
-typedef unsigned char UWORD8;
/*****************************************************************************/
/* Enums */
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH V3 1/2] staging: wilc1000: remove UWORD8
2015-06-08 23:23 [PATCH V3 1/2] staging: wilc1000: remove UWORD8 Chaehyun Lim
@ 2015-06-09 17:42 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2015-06-09 17:42 UTC (permalink / raw)
To: kernel-janitors
On Tue, Jun 09, 2015 at 08:23:34AM +0900, Chaehyun Lim wrote:
> Use u8 instead of UWORD8.
>
> Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
> ---
> V3 : Capitalize the name on the From and the Signed-off-by
> V2 : remove the defintion of UWORD8
>
> drivers/staging/wilc1000/coreconfigurator.c | 2 +-
> drivers/staging/wilc1000/host_interface.c | 2 +-
> drivers/staging/wilc1000/itypes.h | 1 -
> 3 files changed, 2 insertions(+), 3 deletions(-)
This patch does not apply to my staging-testing branch :(
I can't apply either of these, sorry, please rebase and resend.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-09 17:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-08 23:23 [PATCH V3 1/2] staging: wilc1000: remove UWORD8 Chaehyun Lim
2015-06-09 17:42 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox