lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20130130040430.GA17683@kroah.com>
Date:	Tue, 29 Jan 2013 23:04:30 -0500
From:	Greg KH <gregkh@...uxfoundation.org>
To:	Jake Champlin <jake.champlin.27@...il.com>
Cc:	abbotti@....co.uk, devel@...verdev.osuosl.org,
	fmhess@...rs.sourceforge.net, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Staging: Comedi: amplc_dio200: Fixed Bracing Issue

On Fri, Jan 25, 2013 at 01:54:08PM -0500, Jake Champlin wrote:
> Fixed Bracing Issue flagged by checkpatch.pl
> 
> Signed-off-by: Jake Champlin <jake.champlin.27@...il.com>
> ---
>  drivers/staging/comedi/drivers/amplc_dio200.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/comedi/drivers/amplc_dio200.c b/drivers/staging/comedi/drivers/amplc_dio200.c
> index 5f309ba..b09269d 100644
> --- a/drivers/staging/comedi/drivers/amplc_dio200.c
> +++ b/drivers/staging/comedi/drivers/amplc_dio200.c
> @@ -1977,8 +1977,7 @@ static int dio200_auto_attach(struct comedi_device *dev,
>  		devpriv->io.u.iobase = (unsigned long)base;
>  		devpriv->io.regtype = io_regtype;
>  	}
> -	switch (thisboard->model)
> -	{
> +	switch (thisboard->model) {
>  	case pcie215_model:
>  	case pcie236_model:
>  	case pcie296_model:

Why did you send me the same patch twice here?  You sent this back on
January 18th, and I already applied it to the tree, didn't you get an
email telling you so?

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

Powered by Openwall GNU/*/Linux Powered by OpenVZ