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>] [day] [month] [year] [list]
Date:	Sun,  7 Mar 2010 00:52:56 +0100
From:	Niels Egberts <niels.egberts@...il.com>
To:	linux-kernel@...r.kernel.org
Cc:	Niels Egberts <niels.egberts@...il.com>
Subject: [PATCH] Power: fix brace coding style issue in pda_power.c This is a patch to the pda_power.c file that fixes up a brace warning found by the checkpatch.pl tool Signed-off-by: Niels Egberts <niels.egberts@...il.com>

---
 drivers/power/pda_power.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/power/pda_power.c b/drivers/power/pda_power.c
index a232de6..9d7f091 100644
--- a/drivers/power/pda_power.c
+++ b/drivers/power/pda_power.c
@@ -305,9 +305,9 @@ static int pda_power_probe(struct platform_device *pdev)
 
 #ifdef CONFIG_USB_OTG_UTILS
 	transceiver = otg_get_transceiver();
-	if (transceiver && !pdata->is_usb_online) {
+	if (transceiver && !pdata->is_usb_online)
 		pdata->is_usb_online = otg_is_usb_online;
-	}
+
 #endif
 
 	if (pdata->is_usb_online) {
-- 
1.7.0

--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ