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)
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

Simple merge