public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
From: Dan Carpenter <dan.carpenter@oracle.com>
To: kernel-janitors@vger.kernel.org
Subject: Re: [PATCH 6/8] staging : wilc1000 : remove WILC_Sint16
Date: Thu, 04 Jun 2015 14:07:39 +0000	[thread overview]
Message-ID: <20150604140739.GJ28762@mwanda> (raw)
In-Reply-To: <1433307058-30757-1-git-send-email-chaehyun.lim@gmail.com>

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


      reply	other threads:[~2015-06-04 14:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-03  4:50 [PATCH 6/8] staging : wilc1000 : remove WILC_Sint16 chaehyun lim
2015-06-04 14:07 ` Dan Carpenter [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150604140739.GJ28762@mwanda \
    --to=dan.carpenter@oracle.com \
    --cc=kernel-janitors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox