staging: nvec: fix indent issue in nvec_power.c
Fixes "WARNING: Statements should start on a tabstop" from checkpatch.pl Signed-off-by: Matthew Smith <matthew11235@outlook.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
aacd178373
Коммит
5a30502c86
|
@ -442,7 +442,7 @@ static struct platform_driver nvec_power_driver = {
|
|||
.remove = nvec_power_remove,
|
||||
.driver = {
|
||||
.name = "nvec-power",
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
module_platform_driver(nvec_power_driver);
|
||||
|
|
Загрузка…
Ссылка в новой задаче