Browse Source

[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>
Maciek Borzecki 10 years ago
parent
commit
bc28bb3327
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/media/lirc/lirc_sasem.c

+ 1 - 1
drivers/staging/media/lirc/lirc_sasem.c

@@ -181,7 +181,7 @@ static void deregister_from_lirc(struct sasem_context *context)
 	if (retval)
 	if (retval)
 		dev_err(&context->dev->dev,
 		dev_err(&context->dev->dev,
 			"%s: unable to deregister from lirc (%d)\n",
 			"%s: unable to deregister from lirc (%d)\n",
-		       __func__, retval);
+			__func__, retval);
 	else
 	else
 		dev_info(&context->dev->dev,
 		dev_info(&context->dev->dev,
 			 "Deregistered Sasem driver (minor:%d)\n", minor);
 			 "Deregistered Sasem driver (minor:%d)\n", minor);