Commit ecd89ddc authored by Andrea Gelmini's avatar Andrea Gelmini Committed by Greg Kroah-Hartman

Staging: comedi: das6402.c: Checkpatch cleanup

ERROR: Macros with complex values should be enclosed in parenthesis
+#define N_WORDS 3000*64
Signed-off-by: default avatarAndrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent dd105f08
......@@ -45,7 +45,7 @@ This driver has suffered bitrot.
#define DAS6402_SIZE 16
#define N_WORDS 3000*64
#define N_WORDS (3000*64)
#define STOP 0
#define START 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment