Browse Source

staging: unisys: fix spacing in timskmod.h macro

Adds in some missing spaces in the max macro in timskmod.h.

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Benjamin Romer 11 years ago
parent
commit
69ee73aab0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/unisys/include/timskmod.h

+ 1 - 1
drivers/staging/unisys/include/timskmod.h

@@ -155,7 +155,7 @@
 	} while (0)
 
 #ifndef max
-#define max(a, b) (((a) > (b)) ? (a):(b))
+#define max(a, b) (((a) > (b)) ? (a) : (b))
 #endif
 
 static inline struct cdev *cdev_alloc_init(struct module *owner,