Reviewed-by: Qin Long <qin.l...@intel.com> (Bruce, thanks for catching this, And sorry for late feedback due to my recent leave)
Best Regards & Thanks, LONG, Qin -----Original Message----- From: Bruce Cran [mailto:br...@cran.org.uk] Sent: Wednesday, July 8, 2015 1:15 AM To: Long, Qin; edk2-devel@lists.sourceforge.net Cc: Bruce Cran Subject: [PATCH] CryptoPkg: remove redundant parentheses. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Bruce Cran <br...@cran.org.uk> --- CryptoPkg/Library/BaseCryptLib/Hash/CryptMd5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd5.c b/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd5.c index dcf7691..e1c10e3 100644 --- a/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd5.c +++ b/CryptoPkg/Library/BaseCryptLib/Hash/CryptMd5.c @@ -56,7 +56,7 @@ Md5Init ( // // Check input parameters. // - if ((Md5Context == NULL)) { + if (Md5Context == NULL) { return FALSE; } -- 2.4.5 ------------------------------------------------------------------------------ Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you need to offload your IT needs and focus on growing your business. Configured For All Businesses. Start Your Cloud Today. https://www.gigenetcloud.com/ _______________________________________________ edk2-devel mailing list edk2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-devel