Skip to content

Commit

Permalink
b43: Fix failed frames status report typo
Browse files Browse the repository at this point in the history
This fixes a typo in the status report.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Michael Buesch authored and John W. Linville committed Mar 7, 2008
1 parent 57df40d commit 87d9611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/b43/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ static void b43_destroy_dmaring(struct b43_dmaring *ring,
ring->max_used_slots,
ring->nr_slots,
(unsigned long long)failed_packets,
(unsigned long long)succeed_packets,
(unsigned long long)nr_packets,
(unsigned long long)divide(permille_failed, 10),
(unsigned long long)modulo(permille_failed, 10),
(unsigned long long)divide(average_tries, 100),
Expand Down

0 comments on commit 87d9611

Please sign in to comment.