1
0
Fork 0

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>
zero-colors
Matthew Smith 2016-12-16 17:16:47 +00:00 committed by Greg Kroah-Hartman
parent aacd178373
commit 5a30502c86
1 changed files with 1 additions and 1 deletions

View File

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