mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
staging: rtl8192e: Fix parenthesis alignment in rtl_core.c
fix parenthesis alignment in _rtl92e_qos_handle_probe_response to silence checkpatch warning: CHECK: Alignment should match open parenthesis Signed-off-by: Gabriel Tassinari <gabrieldtassinari@gmail.com> Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/20240829214031.4893-1-gabrieldtassinari@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
eea0007f6a
commit
37d1e01a61
|
|
@ -322,7 +322,7 @@ static int _rtl92e_qos_handle_probe_response(struct r8192_priv *priv,
|
|||
|
||||
if (network->flags & NETWORK_HAS_QOS_MASK) {
|
||||
if (active_network &&
|
||||
(network->flags & NETWORK_HAS_QOS_PARAMETERS))
|
||||
(network->flags & NETWORK_HAS_QOS_PARAMETERS))
|
||||
network->qos_data.active = network->qos_data.supported;
|
||||
|
||||
if ((network->qos_data.active == 1) && (active_network == 1) &&
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user