]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[media] staging: lirc: fix indentation
authorMaciek Borzecki <maciek.borzecki@gmail.com>
Fri, 4 Sep 2015 20:04:04 +0000 (17:04 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Sat, 3 Oct 2015 13:03:00 +0000 (10:03 -0300)
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>
drivers/staging/media/lirc/lirc_sasem.c

index b247649a99eb46fcd9b491eaced8dde8da2ebcc4..904a4667bbb8bebe3cb43bf5201be9d533ada07a 100644 (file)
@@ -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);