Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754762AbaDGDGR (ORCPT ); Sun, 6 Apr 2014 23:06:17 -0400 Received: from qmta02.emeryville.ca.mail.comcast.net ([76.96.30.24]:53969 "EHLO qmta02.emeryville.ca.mail.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754742AbaDGDGO (ORCPT ); Sun, 6 Apr 2014 23:06:14 -0400 Message-ID: <1396839569.2360.73.camel@rhapsody> Subject: Re: [PATCH] [SCSI] FlashPoint: Fix non-ANSI function declaration From: Khalid Aziz To: Daeseok Youn Cc: JBottomley@parallels.com, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org Date: Sun, 06 Apr 2014 20:59:29 -0600 In-Reply-To: <1982826.16T5d6eoLo@daeseok-laptop.cloud.net> References: <1982826.16T5d6eoLo@daeseok-laptop.cloud.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.6.2-0ubuntu0.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 > --- > 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/