jiffies_round-jiffies_round_relative-conversion-rt2x00-checkpatch-fixes
ERROR: no space after that open parenthesis '('
#23: FILE: drivers/net/wireless/rt2x00/rt2x00lib.h:33:
+#define LINK_TUNE_INTERVAL ( round_jiffies_relative(HZ) )
ERROR: no space before that close parenthesis ')'
#23: FILE: drivers/net/wireless/rt2x00/rt2x00lib.h:33:
+#define LINK_TUNE_INTERVAL ( round_jiffies_relative(HZ) )
total: 2 errors, 0 warnings, 8 lines checked
Your patch has style problems, please review. If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
Please run checkpatch prior to sending patches
Cc: "John W. Linville" <linville@tuxdriver.com>
Cc: Anton Blanchard <anton@samba.org>
Cc: Arjan van de Ven <arjan@linux.intel.com>
Cc: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>