From: Maciek Borzecki Date: Fri, 4 Sep 2015 20:04:04 +0000 (-0300) Subject: [media] staging: lirc: fix indentation X-Git-Tag: KARO-TX6UL-2015-11-03~98^2~65 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bc28bb33275b26a0c1139e8dbcfa50d9f8918f6d;p=karo-tx-linux.git [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 Signed-off-by: Mauro Carvalho Chehab --- 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);