Skip to content

Commit

Permalink
Staging: comedi: das6402.c: Checkpatch cleanup
Browse files Browse the repository at this point in the history
ERROR: Macros with complex values should be enclosed in parenthesis
+#define N_WORDS 3000*64

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Andrea Gelmini authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent dd105f0 commit ecd89dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/comedi/drivers/das6402.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ecd89dd

Please sign in to comment.