wifi: iwlwifi: Add required space before open '('
authorSolomon Tan <solomonbstoner@protonmail.ch>
Tue, 14 Mar 2023 17:49:30 +0000 (19:49 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 15 Mar 2023 12:25:14 +0000 (13:25 +0100)
This patch addresses the error from checkpatch.pl that a space is
required before an open parenthesis.

Signed-off-by: Solomon Tan <solomonbstoner@protonmail.ch>
Signed-off-by: Gregory Greenman <gregory.greenman@intel.com>
Link: https://lore.kernel.org/r/20230314194113.a21ba1967d94.Iaa52fc6517ea9efb3efc7b1b98f4df2a288de1c3@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/fw.c

index 3e9e9f1..fe7dfdc 100644 (file)
@@ -1037,7 +1037,7 @@ int iwl_mvm_ppag_send_cmd(struct iwl_mvm *mvm)
 
        ret = iwl_read_ppag_table(&mvm->fwrt, &cmd, &cmd_size);
        /* Not supporting PPAG table is a valid scenario */
-       if(ret < 0)
+       if (ret < 0)
                return 0;
 
        IWL_DEBUG_RADIO(mvm, "Sending PER_PLATFORM_ANT_GAIN_CMD\n");