linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Khalid Aziz <khalid@gonehiking.org>
To: Daeseok Youn <daeseok.youn@gmail.com>
Cc: JBottomley@parallels.com, linux-scsi@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] [SCSI] FlashPoint: Fix non-ANSI function declaration
Date: Sun, 06 Apr 2014 20:59:29 -0600	[thread overview]
Message-ID: <1396839569.2360.73.camel@rhapsody> (raw)
In-Reply-To: <1982826.16T5d6eoLo@daeseok-laptop.cloud.net>

On Mon, 2014-04-07 at 11:51 +0900, Daeseok Youn wrote:
> sparse says:
>  non-ANSI function declaration of function 'FPT_SccbMgrTableInitAll'
> 
> Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
> ---
>  drivers/scsi/FlashPoint.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/scsi/FlashPoint.c b/drivers/scsi/FlashPoint.c
> index 5c74e4c..867b864 100644
> --- a/drivers/scsi/FlashPoint.c
> +++ b/drivers/scsi/FlashPoint.c
> @@ -2136,7 +2136,7 @@ static unsigned char FPT_SccbMgr_bad_isr(u32 p_port, unsigned char p_card,
>   *
>   *---------------------------------------------------------------------*/
>  
> -static void FPT_SccbMgrTableInitAll()
> +static void FPT_SccbMgrTableInitAll(void)
>  {
>  	unsigned char thisCard;
>  

Acked-by: Khalid Aziz <khalid@gonehiking.org>


      reply	other threads:[~2014-04-07  3:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-07  2:51 [PATCH] [SCSI] FlashPoint: Fix non-ANSI function declaration Daeseok Youn
2014-04-07  2:59 ` Khalid Aziz [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=1396839569.2360.73.camel@rhapsody \
    --to=khalid@gonehiking.org \
    --cc=JBottomley@parallels.com \
    --cc=daeseok.youn@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@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;
as well as URLs for NNTP newsgroup(s).