Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Matthew Smith and committed by
Greg Kroah-Hartman
5a30502c aacd1783

+1 -1
+1 -1
drivers/staging/nvec/nvec_power.c
··· 442 442 .remove = nvec_power_remove, 443 443 .driver = { 444 444 .name = "nvec-power", 445 - } 445 + } 446 446 }; 447 447 448 448 module_platform_driver(nvec_power_driver);