mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
char_dev.c: fix up some whitespace errors
Remove some minor whitespace errors (2 trailing spaces, and one space needed for a comma) to make the file checkpatch.pl clean with the exception of the exports, which is fine for now. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
@@ -405,7 +405,7 @@ static int chrdev_open(struct inode *inode, struct file *filp)
|
||||
goto out_cdev_put;
|
||||
|
||||
if (filp->f_op->open) {
|
||||
ret = filp->f_op->open(inode,filp);
|
||||
ret = filp->f_op->open(inode, filp);
|
||||
if (ret)
|
||||
goto out_cdev_put;
|
||||
}
|
||||
|
Reference in New Issue
Block a user