mirror of
https://github.com/torvalds/linux.git
synced 2024-12-07 03:21:32 +00:00
[media] rc: fix bad indenting
drivers/media/rc/rc-main.c:749 rc_close() warn: inconsistent indenting There's an extra space there. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
c413a9e690
commit
81b7d14e32
@ -746,7 +746,7 @@ void rc_close(struct rc_dev *rdev)
|
||||
if (rdev) {
|
||||
mutex_lock(&rdev->lock);
|
||||
|
||||
if (!--rdev->users && rdev->close != NULL)
|
||||
if (!--rdev->users && rdev->close != NULL)
|
||||
rdev->close(rdev);
|
||||
|
||||
mutex_unlock(&rdev->lock);
|
||||
|
Loading…
Reference in New Issue
Block a user