Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1390916 > unrolled thread

[PATCH] staging: sm750fb: Removed multiple blank lines

Started byManav Batra <batmanav10@gmail.com>
First post2016-04-29 11:20 +0200
Last post2016-04-29 11:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] staging: sm750fb: Removed multiple blank lines Manav Batra <batmanav10@gmail.com> - 2016-04-29 11:20 +0200

#1390916 — [PATCH] staging: sm750fb: Removed multiple blank lines

FromManav Batra <batmanav10@gmail.com>
Date2016-04-29 11:20 +0200
Subject[PATCH] staging: sm750fb: Removed multiple blank lines
Message-ID<rtcKC-3oy-17@gated-at.bofh.it>
Signed-off-by: Manav Batra <batmanav10@gmail.com>

Removes multiple blank lines.
---
 drivers/staging/sm750fb/ddk750_power.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/staging/sm750fb/ddk750_power.c b/drivers/staging/sm750fb/ddk750_power.c
index b3c3791..5d92a09 100644
--- a/drivers/staging/sm750fb/ddk750_power.c
+++ b/drivers/staging/sm750fb/ddk750_power.c
@@ -24,7 +24,6 @@ static unsigned int getPowerMode(void)
 	return PEEK32(POWER_MODE_CTRL) & POWER_MODE_CTRL_MODE_MASK;
 }
 
-
 /*
  * SM50x can operate in one of three modes: 0, 1 or Sleep.
  * On hardware reset, power mode 0 is default.
@@ -97,7 +96,6 @@ void setCurrentGate(unsigned int gate)
 }
 
 
-
 /*
  * This function enable/disable the 2D engine.
  */
@@ -162,4 +160,3 @@ void enableI2C(unsigned int enable)
 	setCurrentGate(gate);
 }
 
-
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web