mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-02 08:34:20 +08:00
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:
parent
aacd178373
commit
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);
|
||||
|
Loading…
Reference in New Issue
Block a user