From 87b296ddbf1e524bf609e599386cc4208c19fb1e Mon Sep 17 00:00:00 2001 From: Christian kimocoder Date: Tue, 24 Oct 2017 14:41:03 +0200 Subject: [PATCH] Removed some spacing --- hal/HalPwrSeqCmd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hal/HalPwrSeqCmd.c b/hal/HalPwrSeqCmd.c index de709b1..a4fd21a 100644 --- a/hal/HalPwrSeqCmd.c +++ b/hal/HalPwrSeqCmd.c @@ -35,7 +35,6 @@ Major Change History: --*/ #include - /* * Description: * This routine deal with the Power Configuration CMDs parsing for RTL8723/RTL8188E Series IC. @@ -63,7 +62,6 @@ u8 HalPwrSeqCmdParsing( do { PwrCfgCmd = PwrSeqCmd[AryIdx]; - /* 2 Only Handle the command whose FAB, CUT, and Interface are matched */ if ((GET_PWR_CFG_FAB_MASK(PwrCfgCmd) & FabVersion) && (GET_PWR_CFG_CUT_MASK(PwrCfgCmd) & CutVersion) &&