mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 05:26:47 +07:00
rt2x00: checkpatch.pl error fixes for rt2x00config.c
rt2x00config.c:136: ERROR: space required before the open parenthesis '(' Signed-off-by: Mark Einon <mark.einon@gmail.com> Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
87a46caf92
commit
8a239033c3
@ -133,7 +133,7 @@ void rt2x00lib_config_antenna(struct rt2x00_dev *rt2x00dev,
|
||||
*/
|
||||
if (!(ant->flags & ANTENNA_RX_DIVERSITY))
|
||||
config.rx = rt2x00lib_config_antenna_check(config.rx, def->rx);
|
||||
else if(config.rx == ANTENNA_SW_DIVERSITY)
|
||||
else if (config.rx == ANTENNA_SW_DIVERSITY)
|
||||
config.rx = active->rx;
|
||||
|
||||
if (!(ant->flags & ANTENNA_TX_DIVERSITY))
|
||||
|
Loading…
Reference in New Issue
Block a user