Skip to content
Snippets Groups Projects
Commit 027e8fd1 authored by Mark Einon's avatar Mark Einon Committed by John W. Linville
Browse files

rt2x00: checkpatch.pl error fixes for rt2x00link.c


rt2x00link.c:70: ERROR: space prohibited before that close parenthesis ')'

Signed-off-by: default avatarMark Einon <mark.einon@gmail.com>
Signed-off-by: default avatarIvo van Doorn <IvDoorn@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 5f181dc1
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
(__avg).avg_weight ? \ (__avg).avg_weight ? \
((((__avg).avg_weight * ((AVG_SAMPLES) - 1)) + \ ((((__avg).avg_weight * ((AVG_SAMPLES) - 1)) + \
((__val) * (AVG_FACTOR))) / \ ((__val) * (AVG_FACTOR))) / \
(AVG_SAMPLES) ) : \ (AVG_SAMPLES)) : \
((__val) * (AVG_FACTOR)); \ ((__val) * (AVG_FACTOR)); \
__new.avg = __new.avg_weight / (AVG_FACTOR); \ __new.avg = __new.avg_weight / (AVG_FACTOR); \
__new; \ __new; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment