|
|
@@ -16,7 +16,7 @@ struct pt_regs;
|
|
|
#define __BUILD_BUG_ON_NOT_POWER_OF_2(n) (0)
|
|
|
#define BUILD_BUG_ON_NOT_POWER_OF_2(n) (0)
|
|
|
#define BUILD_BUG_ON_ZERO(e) (0)
|
|
|
-#define BUILD_BUG_ON_NULL(e) ((void*)0)
|
|
|
+#define BUILD_BUG_ON_NULL(e) ((void *)0)
|
|
|
#define BUILD_BUG_ON_INVALID(e) (0)
|
|
|
#define BUILD_BUG_ON_MSG(cond, msg) (0)
|
|
|
#define BUILD_BUG_ON(condition) (0)
|