All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 29/29] Staging: comedi: fix print(k) coding style issues in aio_iiro_16.c
@ 2010-04-08 12:43 Maurice Dawson
  2010-04-08 19:41 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Maurice Dawson @ 2010-04-08 12:43 UTC (permalink / raw)
  To: gregkh, wfp5p, mithlesh, devel, linux-kernel

This is a patch to the aio_iiro_16.c file that fixes up print(k) warnings found by the checkpatch.pl tool

Signed-off-by: Maurice Dawson <mauricedawson2699@googlemail.com
---
 drivers/staging/comedi/drivers/aio_iiro_16.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/comedi/drivers/aio_iiro_16.c b/drivers/staging/comedi/drivers/aio_iiro_16.c
index 3857fd5..6ccf2b9 100644
--- a/drivers/staging/comedi/drivers/aio_iiro_16.c
+++ b/drivers/staging/comedi/drivers/aio_iiro_16.c
@@ -98,7 +98,7 @@ static int aio_iiro_16_attach(struct comedi_device *dev,
 	int iobase;
 	struct comedi_subdevice *s;
 
-	printk("comedi%d: aio_iiro_16: ", dev->minor);
+	printk(KERN_ERR "comedi%d: aio_iiro_16: ", dev->minor);
 
 	dev->board_name = thisboard->name;
 
@@ -140,7 +140,7 @@ static int aio_iiro_16_attach(struct comedi_device *dev,
 
 static int aio_iiro_16_detach(struct comedi_device *dev)
 {
-	printk("comedi%d: aio_iiro_16: remove\n", dev->minor);
+	printk(KERN_ERR "comedi%d: aio_iiro_16: remove\n", dev->minor);
 
 	if (dev->iobase)
 		release_region(dev->iobase, AIO_IIRO_16_SIZE);
-- 
1.6.3.3


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

* Re: [PATCH 29/29] Staging: comedi: fix print(k) coding style issues in aio_iiro_16.c
  2010-04-08 12:43 [PATCH 29/29] Staging: comedi: fix print(k) coding style issues in aio_iiro_16.c Maurice Dawson
@ 2010-04-08 19:41 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2010-04-08 19:41 UTC (permalink / raw)
  To: Maurice Dawson; +Cc: gregkh, wfp5p, mithlesh, devel, linux-kernel

On Thu, Apr 08, 2010 at 01:43:35PM +0100, Maurice Dawson wrote:
> This is a patch to the aio_iiro_16.c file that fixes up print(k) warnings found by the checkpatch.pl tool

Doesn't apply :(

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

end of thread, other threads:[~2010-04-08 20:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-08 12:43 [PATCH 29/29] Staging: comedi: fix print(k) coding style issues in aio_iiro_16.c Maurice Dawson
2010-04-08 19:41 ` Greg KH

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.