lkml.org 
[lkml]   [2013]   [Jan]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [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@gmail.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


\
 
 \ /
  Last update: 2013-01-30 09:41    [W:0.041 / U:0.116 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site