lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Sat,  7 Dec 2013 03:46:48 -0500
From:	Gary Rookard <garyrookard@...il.com>
To:	gregkh@...uxfoundation.org
Cc:	lisa@...apiadmin.com, devel@...verdev.osuosl.org,
	linux-kernel@...r.kernel.org, Gary Rookard <garyrookard@...il.com>
Subject: [PATCH 11/11] Staging: bcm: DDRInint: tidy up indent issue.

This is the eleventh patch of a series.

Signed-off-by: Gary Alan Rookard <garyrookard@...il.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 majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists