[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1409838660-3532-2-git-send-email-linux.delve@gmail.com>
Date: Thu, 4 Sep 2014 19:21:00 +0530
From: linux.delve@...il.com
To: gregkh@...uxfoundation.org, burzalodowa@...il.com,
anarey@...il.com, rmfrfs@...il.com, gdonald@...il.com,
joe@...ches.com
Cc: devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
Chaitra Ramaiah <linux.delve@...il.com>
Subject: [PATCH] Staging: rtl8192u: fix brace style coding issue in r819xU_firmware.c This is a patch to the file r819xU_firmware.c that fixes a brace warning found by checkpatch.pl tool
From: root <root@...in1-Lenovo-IdeaPad-Y510P.(none)>
Signed-off-by: Chaitra Ramaiah <linux.delve@...il.com>
---
drivers/staging/rtl8192u/r819xU_firmware.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/rtl8192u/r819xU_firmware.c b/drivers/staging/rtl8192u/r819xU_firmware.c
index 671cbe6..40e1ef5 100644
--- a/drivers/staging/rtl8192u/r819xU_firmware.c
+++ b/drivers/staging/rtl8192u/r819xU_firmware.c
@@ -153,11 +153,10 @@ static bool CPUcheck_maincodeok_turnonCPU(struct net_device *dev)
break;
}while(check_bootOk_time--);
- if (!(CPU_status&CPU_GEN_BOOT_RDY)) {
+ if (!(CPU_status&CPU_GEN_BOOT_RDY))
goto CPUCheckMainCodeOKAndTurnOnCPU_Fail;
- } else {
+ else
RT_TRACE(COMP_FIRMWARE, "Download Firmware: Boot ready!\n");
- }
return rt_status;
--
1.7.9.5
--
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