[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140724005511.GA7698@kroah.com>
Date: Wed, 23 Jul 2014 17:55:11 -0700
From: Greg KH <gregkh@...uxfoundation.org>
To: Sam Asadi <asadi.samuel@...il.com>
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/1] Staging: comedi: amplc_pc236: a blank line inserted
On Wed, Jul 23, 2014 at 05:06:28AM +0300, Sam Asadi wrote:
> A 'Missing a blank line after declarations' warning fixed by inserting
> a blank line after struct pointer declaration.
>
> Signed-off-by: Sam Asadi <asadi.samuel@...il.com>
> ---
> drivers/staging/comedi/drivers/amplc_pc236.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/staging/comedi/drivers/amplc_pc236.c b/drivers/staging/comedi/drivers/amplc_pc236.c
> index c9a96ad..d0f81f8 100644
> --- a/drivers/staging/comedi/drivers/amplc_pc236.c
> +++ b/drivers/staging/comedi/drivers/amplc_pc236.c
> @@ -515,6 +515,7 @@ static void pc236_detach(struct comedi_device *dev)
> comedi_legacy_detach(dev);
> } else if (is_pci_board(thisboard)) {
> struct pci_dev *pcidev = comedi_to_pci_dev(dev);
> +
> if (dev->irq)
> free_irq(dev->irq, dev);
> comedi_pci_disable(dev);
This is already in my tree, sorry :(
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists