Skip to content

Commit

Permalink
Drivers: Staging: Comedi: comedi_fops: Fixed a code style issue
Browse files Browse the repository at this point in the history
Fixed a code style issue.

Signed-off-by: Benedikt Bergenthal <benedikt@kdrennert.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Benedikt Bergenthal authored and Greg Kroah-Hartman committed Apr 18, 2012
1 parent e0e3dad commit 1ae5062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/comedi/comedi_fops.c
Original file line number Diff line number Diff line change
Expand Up @@ -1566,7 +1566,7 @@ static int comedi_mmap(struct file *file, struct vm_area_struct *vma)
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);
Expand Down

0 comments on commit 1ae5062

Please sign in to comment.