[media] staging: lirc: fix indentation
Fix non-tab indentation. This resolves the following checkpatch problem: ERROR: code indent should use tabs where possible [mchehab@osg.samsung.com: remove a hunk already applyed by some other patch] Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
f84456466c
commit
bc28bb3327
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ static void deregister_from_lirc(struct sasem_context *context)
|
|||
if (retval)
|
||||
dev_err(&context->dev->dev,
|
||||
"%s: unable to deregister from lirc (%d)\n",
|
||||
__func__, retval);
|
||||
__func__, retval);
|
||||
else
|
||||
dev_info(&context->dev->dev,
|
||||
"Deregistered Sasem driver (minor:%d)\n", minor);
|
||||
|
|
Loading…
Reference in a new issue