]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/base: use tabs where possible in code indentation
authorLavinia Tache <lavinia.tachee@gmail.com>
Sun, 8 Mar 2015 20:33:44 +0000 (22:33 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Mar 2015 13:37:35 +0000 (14:37 +0100)
commit4c75fa509791666116cef2620eb20942cf6c5d19
tree33a5df90dca8c1169c9ef19a4df72bd409cb7075
parent0c3394751f248c63f8150a74e3b8bc25e2a88d78
drivers/base: use tabs where possible in code indentation

Linux kernel coding style require that tabs should be used instead of
spaces for code indentation.
Problem found using checkpatch.pl script.

Signed-off-by: Lavinia Tache <lavinia.tachee@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/soc.c