]> 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)
commitdb7f1162eaf6b59efc5d0dc34dd6356dc053b823
tree33a5df90dca8c1169c9ef19a4df72bd409cb7075
parent9176c3c9618d2a0d22af42d2d79e0bc270128dfc
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