提交 87d96114 编写于 作者: M Michael Buesch 提交者: John W. Linville

b43: Fix failed frames status report typo

This fixes a typo in the status report.
Signed-off-by: NMichael Buesch <mb@bu3sch.de>
Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
上级 57df40d2
......@@ -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),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册