projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57df40d
)
b43: Fix failed frames status report typo
author
Michael Buesch
<mb@bu3sch.de>
Fri, 7 Mar 2008 18:52:24 +0000
(19:52 +0100)
committer
John W. Linville
<linville@tuxdriver.com>
Fri, 7 Mar 2008 21:02:59 +0000
(16:02 -0500)
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>
drivers/net/wireless/b43/dma.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/wireless/b43/dma.c
b/drivers/net/wireless/b43/dma.c
index 8e9497c526af28cb23f6cd847d19ef6f1b2c1ac2..663aed4e9e059b7a1541432b3d887c670c7686c6 100644
(file)
--- a/
drivers/net/wireless/b43/dma.c
+++ b/
drivers/net/wireless/b43/dma.c
@@
-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),