mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 17:03:47 -04:00
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:
committed by
Greg Kroah-Hartman
parent
e0e3daddad
commit
1ae5062a33
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user