Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ath6kl: fix an indenting issue

This is supposed to be pushed in one indent level.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>

authored by

Dan Carpenter and committed by
Kalle Valo
b86aeb50 3acabc88

+11 -10
+11 -10
drivers/net/wireless/ath/ath6kl/htc_mbox.c
··· 793 793 * itself 794 794 */ 795 795 txb_mask = ((1 << ac) - 1); 796 - /* 797 - * when the scatter request resources drop below a 798 - * certain threshold, disable Tx bundling for all 799 - * AC's with priority lower than the current requesting 800 - * AC. Otherwise re-enable Tx bundling for them 801 - */ 802 - if (scat_req->scat_q_depth < ATH6KL_SCATTER_REQS) 803 - target->tx_bndl_mask &= ~txb_mask; 804 - else 805 - target->tx_bndl_mask |= txb_mask; 796 + 797 + /* 798 + * when the scatter request resources drop below a 799 + * certain threshold, disable Tx bundling for all 800 + * AC's with priority lower than the current requesting 801 + * AC. Otherwise re-enable Tx bundling for them 802 + */ 803 + if (scat_req->scat_q_depth < ATH6KL_SCATTER_REQS) 804 + target->tx_bndl_mask &= ~txb_mask; 805 + else 806 + target->tx_bndl_mask |= txb_mask; 806 807 } 807 808 808 809 ath6kl_dbg(ATH6KL_DBG_HTC, "htc tx pkts to scatter: %d\n",