diff mbox series

ath11k: whitespace cleanup in core.c

Message ID 157121571771.9253.16181125542423146269.stgit@x230 (mailing list archive)
State Accepted
Commit ab4d2bd0f2170af00cfeecc29a4560507c74f31f
Delegated to: Kalle Valo
Headers show
Series ath11k: whitespace cleanup in core.c | expand

Commit Message

Kalle Valo Oct. 16, 2019, 8:48 a.m. UTC
ath11k_hw_params was indented too much. Also group the module parameter macros together.

Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
---
 drivers/net/wireless/ath/ath11k/core.c |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

Comments

Kalle Valo Oct. 16, 2019, 10:50 a.m. UTC | #1
Kalle Valo <kvalo@codeaurora.org> wrote:

> ath11k_hw_params was indented too much. Also group the module parameter macros together.
> 
> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>

Patch applied to ath11k-bringup branch of ath.git, thanks.

ab4d2bd0f217 ath11k: whitespace cleanup in core.c
diff mbox series

Patch

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 */