Staging: vt6656: Align lines to match open parenthesis
fixing checkpatch.pl check: Alignment should match open parenthesis Signed-off-by: Baruch Nissenbaum <baruch@ibn-labs.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
945cd47260
commit
759fc3c1e9
@ -142,7 +142,7 @@ void vnt_int_process_data(struct vnt_private *priv)
|
||||
|
||||
if (int_data->isr0 != 0) {
|
||||
if (int_data->isr0 & ISR_BNTX &&
|
||||
priv->op_mode == NL80211_IFTYPE_AP)
|
||||
priv->op_mode == NL80211_IFTYPE_AP)
|
||||
vnt_schedule_command(priv, WLAN_CMD_BECON_SEND);
|
||||
|
||||
if (int_data->isr0 & ISR_TBTT &&
|
||||
|
Loading…
Reference in New Issue
Block a user