diff options
author | Maya Nakamura <[email protected]> | 2018-10-16 23:15:21 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2018-10-19 21:10:45 +0200 |
commit | d6de4674d369c2af3a797a208a35ed53b39dc556 (patch) | |
tree | bbd5415a69548952353cdf5e1e403cfdad633b8d | |
parent | bfff520b54ab04d6bc94220b4e028872442ea643 (diff) |
staging: gasket: Remove extra blank line
Remove extra blank line. Issue found by checkpatch.pl.
Signed-off-by: Maya Nakamura <[email protected]>
Reviewed-by: Vaishali Thakkar <[email protected]>
Acked-by: Todd Poynor <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/gasket/apex_driver.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/gasket/apex_driver.c b/drivers/staging/gasket/apex_driver.c index 3c7a13a4798e..0578bf1ba1e9 100644 --- a/drivers/staging/gasket/apex_driver.c +++ b/drivers/staging/gasket/apex_driver.c @@ -225,7 +225,6 @@ static struct gasket_interrupt_desc apex_interrupts[] = { }, }; - /* Allows device to enter power save upon driver close(). */ static int allow_power_save = 1; |