From: Benedikt Bergenthal Date: Mon, 16 Apr 2012 10:40:22 +0000 (+0200) Subject: Drivers: Staging: Comedi: comedi_fops: Fixed a code style issue X-Git-Tag: next-20120430~14^2~100 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1ae5062a33be13a72d37ec46808490d471b0c1d3;p=karo-tx-linux.git Drivers: Staging: Comedi: comedi_fops: Fixed a code style issue Fixed a code style issue. Signed-off-by: Benedikt Bergenthal Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/comedi_fops.c b/drivers/staging/comedi/comedi_fops.c index 3222ac6706b4..a0861fbc980e 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);