mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-02 17:26:42 +09:00
b43: Fix failed frames status report typo
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>
This commit is contained in:
committed by
John W. Linville
parent
57df40d278
commit
87d96114a7
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user