Skip to content

Commit 9077728

Browse files
ethereal-2kgregkh
authored andcommitted
staging: rtl8723bs: remove unnecessary blank lines in rtw_ap.c
This patch removes superfluous blank lines where appropriate to improve readability and match kernel coding style. This is a coding style cleanup only. No functional changes. Signed-off-by: Rohan Tripathi <trohan2000@gmail.com> Reviewed-by: Dan Carpenter <dan.carpenter@linaro.org> Link: https://lore.kernel.org/r/20251007091303.491115-1-trohan2000@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 5cfa43a commit 9077728

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/staging/rtl8723bs/core/rtw_ap.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,6 @@ void update_bmc_sta(struct adapter *padapter)
436436
spin_lock_bh(&psta->lock);
437437
psta->state = _FW_LINKED;
438438
spin_unlock_bh(&psta->lock);
439-
440439
}
441440
}
442441

@@ -1252,7 +1251,6 @@ void rtw_acl_remove_sta(struct adapter *padapter, u8 *addr)
12521251
}
12531252

12541253
spin_unlock_bh(&pacl_node_q->lock);
1255-
12561254
}
12571255

12581256
u8 rtw_ap_set_pairwise_key(struct adapter *padapter, struct sta_info *psta)

0 commit comments

Comments
 (0)