This is the eleventh patch of a series.

Signed-off-by: Gary Alan Rookard <garyrook...@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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to