Ver código fonte

qcacld-3.0: Fix indent in hdd_pld_request_bus_bandwidth()

Checkpatch flagged the following issue, so fix it:

ERROR:CODE_INDENT: code indent should use tabs where possible
+^I^I          next_rx_level, avg_rx);$

Change-Id: Ib6133df181ec7517bf0b212bd8d677666d99ccb9
CRs-Fixed: 2275264
Jeff Johnson 6 anos atrás
pai
commit
b9feee40b6
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      core/hdd/src/wlan_hdd_main.c

+ 1 - 1
core/hdd/src/wlan_hdd_main.c

@@ -7456,7 +7456,7 @@ static void hdd_pld_request_bus_bandwidth(struct hdd_context *hdd_ctx,
 		struct wlan_rx_tp_data rx_tp_data = {0};
 
 		hdd_debug("TCP DELACK trigger level %d, average_rx: %llu",
-		          next_rx_level, avg_rx);
+			  next_rx_level, avg_rx);
 		hdd_ctx->cur_rx_level = next_rx_level;
 		rx_level_change = true;
 		/* Send throughput indication only if it is enabled.