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>
This commit is contained in:
Benedikt Bergenthal 2012-04-16 12:40:22 +02:00 committed by Greg Kroah-Hartman
parent e0e3daddad
commit 1ae5062a33
1 changed files with 1 additions and 1 deletions

View File

@ -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);