From: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
To: Khalid Aziz <khalid@gonehiking.org>
Cc: "James E.J. Bottomley" <JBottomley@odin.com>,
linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org
Subject: Re: [PATCH] [SCSI] FlashPoint: fix build warning
Date: Fri, 2 Oct 2015 13:31:22 +0530 [thread overview]
Message-ID: <20151002080122.GB9346@sudip-pc> (raw)
In-Reply-To: <55F9810F.6030004@gonehiking.org>
On Wed, Sep 16, 2015 at 08:47:43AM -0600, Khalid Aziz wrote:
> On 09/16/2015 08:06 AM, Sudip Mukherjee wrote:
> >We have been getting a warning about non ANSI function.
> >warning: non-ANSI function declaration of function 'FPT_SccbMgrTableInitAll'
> >
> >Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
> >---
> > drivers/scsi/FlashPoint.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> >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>
>
> James, please apply this to your SCSI tree.
Hi James,
A gentle reminder that this is waiting to be applied.
regards
sudip
prev parent reply other threads:[~2015-10-02 8:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-16 14:06 [PATCH] [SCSI] FlashPoint: fix build warning Sudip Mukherjee
2015-09-16 14:47 ` Khalid Aziz
2015-10-02 8:01 ` Sudip Mukherjee [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=20151002080122.GB9346@sudip-pc \
--to=sudipm.mukherjee@gmail.com \
--cc=JBottomley@odin.com \
--cc=khalid@gonehiking.org \
--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