[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1334572822.3101.5.camel@ubuntu.ubuntu-domain>
Date: Mon, 16 Apr 2012 12:40:22 +0200
From: Benedikt Bergenthal <benedikt@...ennert.de>
To: greg@...ah.com
Cc: abbotti@....co.uk, fmhess@...rs.sourceforge.net,
fschmaus@...il.com, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: Fixed a style issue in Drivers/staging/comedi/comedi_fops
>From 7f8dfad47674d8e7ad0b9a6e994da21c130bfd51 Mon Sep 17 00:00:00 2001
From: Benedikt <bberget@...n.ch>
Date: Mon, 16 Apr 2012 12:34:24 +0200
Subject: [PATCH] Drivers: Staging: Comedi: comedi_fops: Fixed a code style
issue
Fixed a code style issue.
Signed-off-by: Benedikt Bergenthal <benedikt@...ennert.de>
---
drivers/staging/comedi/comedi_fops.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/comedi/comedi_fops.c b/drivers/staging/comedi/comedi_fops.c
index 9bcf87a..5badea5 100644
--- a/drivers/staging/comedi/comedi_fops.c
+++ b/drivers/staging/comedi/comedi_fops.c
@@ -1545,7 +1545,7 @@ done:
return retval;
}
-static unsigned int comedi_poll(struct file *file, poll_table * wait)
+static unsigned int comedi_poll(struct file *file, poll_table *wait)
{
unsigned int mask = 0;
const unsigned minor = iminor(file->f_dentry->d_inode);
--
1.7.9.5
--
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