]> git.proxmox.com Git - mirror_ubuntu-artful-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)
commit2071b9502dadffd22ac1bc31c68728e2783ec3ac
tree33a5df90dca8c1169c9ef19a4df72bd409cb7075
parent74642c6cd088e124c3cccbd5cb2f54984d6d4e1a
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