summaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorMaciek Borzecki <maciek.borzecki@gmail.com>2015-09-04 17:04:04 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-10-03 10:03:00 -0300
commitbc28bb33275b26a0c1139e8dbcfa50d9f8918f6d (patch)
treeefbd756682dc069556644cc9a0e0725fe6270d07 /drivers/staging
parentf84456466c55d2e034ba308975bd3b970d8dd5ab (diff)
downloadlinux-stable-bc28bb33275b26a0c1139e8dbcfa50d9f8918f6d.tar.gz
linux-stable-bc28bb33275b26a0c1139e8dbcfa50d9f8918f6d.tar.bz2
linux-stable-bc28bb33275b26a0c1139e8dbcfa50d9f8918f6d.zip
[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>
Diffstat (limited to 'drivers/staging')
-rw-r--r--drivers/staging/media/lirc/lirc_sasem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/media/lirc/lirc_sasem.c b/drivers/staging/media/lirc/lirc_sasem.c
index b247649a99eb..904a4667bbb8 100644
--- a/drivers/staging/media/lirc/lirc_sasem.c
+++ b/drivers/staging/media/lirc/lirc_sasem.c
@@ -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);