summaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/comedi_fops.c
diff options
context:
space:
mode:
authorBenedikt Bergenthal <benedikt@kdrennert.de>2012-04-16 10:40:22 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-18 23:58:16 (GMT)
commit1ae5062a33be13a72d37ec46808490d471b0c1d3 (patch)
tree13e8d039960b64200a1e224a2addcef7bbc14b34 /drivers/staging/comedi/comedi_fops.c
parente0e3daddad36f8303ca3bbeab558ced00f4e7d3e (diff)
downloadlinux-fsl-qoriq-1ae5062a33be13a72d37ec46808490d471b0c1d3.tar.xz
Drivers: Staging: Comedi: comedi_fops: Fixed a code style issue
Fixed a code style issue. Signed-off-by: Benedikt Bergenthal <benedikt@kdrennert.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/comedi/comedi_fops.c')
-rw-r--r--drivers/staging/comedi/comedi_fops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/comedi/comedi_fops.c b/drivers/staging/comedi/comedi_fops.c
index 3222ac6..a0861fb 100644
--- a/drivers/staging/comedi/comedi_fops.c
+++ b/drivers/staging/comedi/comedi_fops.c
@@ -1566,7 +1566,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);