All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ath11k: whitespace cleanup in core.c
@ 2019-10-16  8:48 Kalle Valo
  2019-10-16 10:50 ` Kalle Valo
  0 siblings, 1 reply; 2+ messages in thread
From: Kalle Valo @ 2019-10-16  8:48 UTC (permalink / raw)
  To: ath11k

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(-)

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


_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ath11k: whitespace cleanup in core.c
  2019-10-16  8:48 [PATCH] ath11k: whitespace cleanup in core.c Kalle Valo
@ 2019-10-16 10:50 ` Kalle Valo
  0 siblings, 0 replies; 2+ messages in thread
From: Kalle Valo @ 2019-10-16 10:50 UTC (permalink / raw)
  To: Kalle Valo; +Cc: ath11k

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

-- 
https://patchwork.kernel.org/patch/11192667/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches


_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-16 10:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-16  8:48 [PATCH] ath11k: whitespace cleanup in core.c Kalle Valo
2019-10-16 10:50 ` Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.