All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: Comedi: amplc_dio200: Fixed bracing issue
@ 2013-01-19  1:23 Jake Champlin
  0 siblings, 0 replies; 4+ messages in thread
From: Jake Champlin @ 2013-01-19  1:23 UTC (permalink / raw)
  To: abbotti
  Cc: fmhess, gregkh, devel, linux-kernel, jake.champlin.27, hsweeten,
	wfp5p

Fixed coding style error

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:
-- 
1.8.1.1


-- 
Jake Champlin
jake.champlin.27@gmail.com
8123742937
<MuttClient>

^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [PATCH] Staging: Comedi: amplc_dio200: Fixed Bracing Issue
@ 2013-01-25 18:54 Jake Champlin
  2013-01-30  4:04 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Jake Champlin @ 2013-01-25 18:54 UTC (permalink / raw)
  To: abbotti
  Cc: fmhess, gregkh, hsweeten, wfp5p, devel, linux-kernel,
	jake.champlin.27

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:
-- 
1.8.1.1


-- 
Jake Champlin
jake.champlin.27@gmail.com


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [PATCH] Staging: Comedi: amplc_dio200: Fixed bracing issue
@ 2013-01-19  1:21 Jake Champlin
  0 siblings, 0 replies; 4+ messages in thread
From: Jake Champlin @ 2013-01-19  1:21 UTC (permalink / raw)
  To: abbotti
  Cc: fmhess, gregkh, devel, linux-kernel, hsweeten, wfp5,
	jake.champlin.27

Fixed coding style error

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:
-- 
1.8.1.1


-- 
Jake Champlin
jake.champlin.27@gmail.com
8123742937
<MuttClient>

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-01-30  8:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-19  1:23 [PATCH] Staging: Comedi: amplc_dio200: Fixed bracing issue Jake Champlin
  -- strict thread matches above, loose matches on Subject: below --
2013-01-25 18:54 [PATCH] Staging: Comedi: amplc_dio200: Fixed Bracing Issue Jake Champlin
2013-01-30  4:04 ` Greg KH
2013-01-19  1:21 [PATCH] Staging: Comedi: amplc_dio200: Fixed bracing issue Jake Champlin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.