On Thu, 2014-07-03 at 15:08 +0200, Chi Pham wrote: > Added explicit void declarations to zero-argument function headers. > The following coccinelle script was used: > @addvoid@ > identifier f; > @@ > > f( > + void > ) { ... } > > Signed-off-by: Chi Pham <fempsci@xxxxxxxxx> > --- > 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@xxxxxxxxxxxxxx> Please cc linux-scsi@xxxxxxxxxxxxxxx on scsi patches. -- Khalid -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html