* [PATCH 6/8] staging : wilc1000 : remove WILC_Sint16
@ 2015-06-03 4:50 chaehyun lim
2015-06-04 14:07 ` Dan Carpenter
0 siblings, 1 reply; 2+ messages in thread
From: chaehyun lim @ 2015-06-03 4:50 UTC (permalink / raw)
To: kernel-janitors
Use s16 in stead of WILC_Sint16.
Signed-off-by: chaehyun lim <chaehyun.lim@gmail.com>
---
drivers/staging/wilc1000/coreconfigurator.c | 2 +-
drivers/staging/wilc1000/wilc_oswrapper.h | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/staging/wilc1000/coreconfigurator.c b/drivers/staging/wilc1000/coreconfigurator.c
index 50d184c..a060172 100644
--- a/drivers/staging/wilc1000/coreconfigurator.c
+++ b/drivers/staging/wilc1000/coreconfigurator.c
@@ -173,7 +173,7 @@ static tstrConfigPktInfo gstrConfigPktInfo;
static u8 g_seqno;
-static WILC_Sint16 g_wid_num = -1;
+static s16 g_wid_num = -1;
static u16 Res_Len;
diff --git a/drivers/staging/wilc1000/wilc_oswrapper.h b/drivers/staging/wilc1000/wilc_oswrapper.h
index fc09416..dafcfec 100644
--- a/drivers/staging/wilc1000/wilc_oswrapper.h
+++ b/drivers/staging/wilc1000/wilc_oswrapper.h
@@ -14,7 +14,6 @@
#define WILC_OSW_INTERFACE_VER 2
/* Integer Types */
-typedef signed short WILC_Sint16;
typedef signed int WILC_Sint32;
typedef signed long long WILC_Sint64;
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 6/8] staging : wilc1000 : remove WILC_Sint16
2015-06-03 4:50 [PATCH 6/8] staging : wilc1000 : remove WILC_Sint16 chaehyun lim
@ 2015-06-04 14:07 ` Dan Carpenter
0 siblings, 0 replies; 2+ messages in thread
From: Dan Carpenter @ 2015-06-04 14:07 UTC (permalink / raw)
To: kernel-janitors
Your subjects have too many spaces.
On Wed, Jun 03, 2015 at 01:50:58PM +0900, chaehyun lim wrote:
> Use s16 in stead of WILC_Sint16.
>
> Signed-off-by: chaehyun lim <chaehyun.lim@gmail.com>
> ---
> drivers/staging/wilc1000/coreconfigurator.c | 2 +-
> drivers/staging/wilc1000/wilc_oswrapper.h | 1 -
> 2 files changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/drivers/staging/wilc1000/coreconfigurator.c b/drivers/staging/wilc1000/coreconfigurator.c
> index 50d184c..a060172 100644
> --- a/drivers/staging/wilc1000/coreconfigurator.c
> +++ b/drivers/staging/wilc1000/coreconfigurator.c
> @@ -173,7 +173,7 @@ static tstrConfigPktInfo gstrConfigPktInfo;
>
> static u8 g_seqno;
>
> -static WILC_Sint16 g_wid_num = -1;
> +static s16 g_wid_num = -1;
g_wid_num is never set to anything besides -1.
TODO-list: wilc1000: get rid of g_wid_num
regards,
dan carpenter
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-04 14:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-03 4:50 [PATCH 6/8] staging : wilc1000 : remove WILC_Sint16 chaehyun lim
2015-06-04 14:07 ` Dan Carpenter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox