Commit 1ae5062a authored by Benedikt Bergenthal's avatar Benedikt Bergenthal Committed by Greg Kroah-Hartman

Drivers: Staging: Comedi: comedi_fops: Fixed a code style issue

Fixed a code style issue.
Signed-off-by: default avatarBenedikt Bergenthal <benedikt@kdrennert.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e0e3dadd
...@@ -1566,7 +1566,7 @@ static int comedi_mmap(struct file *file, struct vm_area_struct *vma) ...@@ -1566,7 +1566,7 @@ static int comedi_mmap(struct file *file, struct vm_area_struct *vma)
return retval; 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; unsigned int mask = 0;
const unsigned minor = iminor(file->f_dentry->d_inode); const unsigned minor = iminor(file->f_dentry->d_inode);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment