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@xxxxxxxxx> > --- > 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 -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html