public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 11/11] Staging: bcm: DDRInint: tidy up indent issue.
@ 2013-12-07  8:46 Gary Rookard
  2013-12-09  1:29 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Gary Rookard @ 2013-12-07  8:46 UTC (permalink / raw)
  To: gregkh; +Cc: lisa, devel, linux-kernel, Gary Rookard

This is the eleventh patch of a series.

Signed-off-by: Gary Alan Rookard <garyrookard@gmail.com>
---
On branch staging-next
 drivers/staging/bcm/DDRInit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/bcm/DDRInit.c b/drivers/staging/bcm/DDRInit.c
index 96afa15..323570f 100644
--- a/drivers/staging/bcm/DDRInit.c
+++ b/drivers/staging/bcm/DDRInit.c
@@ -836,7 +836,7 @@ int ddr_init(struct bcm_mini_adapter *Adapter)
 		case DDR_100_MHZ:
 			psDDRSetting = asT3B_DDRSetting100MHz;
 			RegCount = (sizeof(asT3B_DDRSetting100MHz)/
-		sizeof(struct bcm_ddr_setting));
+			sizeof(struct bcm_ddr_setting));
 			break;
 		case DDR_133_MHZ:
 			if (Adapter->bDPLLConfig == PLL_266_MHZ) {  /*266Mhz PLL selected. */
-- 
1.8.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-12-09  8:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-07  8:46 [PATCH 11/11] Staging: bcm: DDRInint: tidy up indent issue Gary Rookard
2013-12-09  1:29 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox