commit | 2071b9502dadffd22ac1bc31c68728e2783ec3ac | [log] [tgz] |
---|---|---|
author | Lavinia Tache <lavinia.tachee@gmail.com> | Sun Mar 08 22:33:44 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Mar 25 14:37:35 2015 +0100 |
tree | 33a5df90dca8c1169c9ef19a4df72bd409cb7075 | |
parent | 74642c6cd088e124c3cccbd5cb2f54984d6d4e1a [diff] |
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>