Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] staging: media: lirc: fix coding style error

Fix code indentation error by replacing tab in place of spaces.

Signed-off-by: Sunil Shahu <shshahu@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>

authored by

Sunil Shahu and committed by
Mauro Carvalho Chehab
a4c4f95e 17a705e4

+1 -1
+1 -1
drivers/staging/media/lirc/lirc_sasem.c
··· 184 184 __func__, retval); 185 185 else 186 186 dev_info(&context->dev->dev, 187 - "Deregistered Sasem driver (minor:%d)\n", minor); 187 + "Deregistered Sasem driver (minor:%d)\n", minor); 188 188 189 189 } 190 190