Skip to content

Commit

Permalink
tx: fix mt76_txq_schedule indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Bianconi <[email protected]>
  • Loading branch information
LorenzoBianconi authored and Felix Fietkau committed Aug 26, 2015
1 parent 1bce98e commit 319c016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ void mt76_txq_schedule(struct mt76_dev *dev, struct mt76_queue *hwq)
int len;

do {
len = mt76_txq_schedule_list(dev, hwq);
len = mt76_txq_schedule_list(dev, hwq);
} while (len > 0);
}

Expand Down

0 comments on commit 319c016

Please sign in to comment.