Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87d96114 authored by Michael Buesch's avatar Michael Buesch Committed by John W. Linville
Browse files

b43: Fix failed frames status report typo



This fixes a typo in the status report.

Signed-off-by: default avatarMichael Buesch <mb@bu3sch.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 57df40d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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),