mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-04 03:33:58 +08: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) {
|
if (rdev) {
|
||||||
mutex_lock(&rdev->lock);
|
mutex_lock(&rdev->lock);
|
||||||
|
|
||||||
if (!--rdev->users && rdev->close != NULL)
|
if (!--rdev->users && rdev->close != NULL)
|
||||||
rdev->close(rdev);
|
rdev->close(rdev);
|
||||||
|
|
||||||
mutex_unlock(&rdev->lock);
|
mutex_unlock(&rdev->lock);
|
||||||
|
Loading…
Reference in New Issue
Block a user