aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle Valo <kvalo@codeaurora.org>2019-10-16 11:48:37 +0300
committerKalle Valo <kvalo@codeaurora.org>2019-10-16 13:49:17 +0300
commitab4d2bd0f2170af00cfeecc29a4560507c74f31f (patch)
tree7c5a7ee509b78357ecee28f37cff1dc5a3671a0d
parentea1107a93b4a81989bbe1f5836348fd4f6b00890 (diff)
ath11k: whitespace cleanup in core.cath11k-review-v2
ath11k_hw_params was indented too much. Also group the module parameter macros together. Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
-rw-r--r--drivers/net/wireless/ath/ath11k/core.c14
1 files changed, 6 insertions, 8 deletions
diff --git a/drivers/net/wireless/ath/ath11k/core.c b/drivers/net/wireless/ath/ath11k/core.c
index 5a6df2acabce..b0c71b5879b1 100644
--- a/drivers/net/wireless/ath/ath11k/core.c
+++ b/drivers/net/wireless/ath/ath11k/core.c
@@ -13,18 +13,16 @@
#include "debug.h"
unsigned int ath11k_debug_mask;
-
module_param_named(debug_mask, ath11k_debug_mask, uint, 0644);
-
MODULE_PARM_DESC(debug_mask, "Debugging mask");
static const struct ath11k_hw_params ath11k_hw_params = {
- .name = "ipq8074",
- .fw = {
- .dir = IPQ8074_FW_DIR,
- .board_size = IPQ8074_MAX_BOARD_DATA_SZ,
- .cal_size = IPQ8074_MAX_CAL_DATA_SZ,
- },
+ .name = "ipq8074",
+ .fw = {
+ .dir = IPQ8074_FW_DIR,
+ .board_size = IPQ8074_MAX_BOARD_DATA_SZ,
+ .cal_size = IPQ8074_MAX_CAL_DATA_SZ,
+ },
};
/* Map from pdev index to hw mac index */