We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d5a48 commit 8cdd7ccCopy full SHA for 8cdd7cc
include/linux/bug.h
@@ -16,7 +16,7 @@ struct pt_regs;
16
#define __BUILD_BUG_ON_NOT_POWER_OF_2(n) (0)
17
#define BUILD_BUG_ON_NOT_POWER_OF_2(n) (0)
18
#define BUILD_BUG_ON_ZERO(e) (0)
19
-#define BUILD_BUG_ON_NULL(e) ((void*)0)
+#define BUILD_BUG_ON_NULL(e) ((void *)0)
20
#define BUILD_BUG_ON_INVALID(e) (0)
21
#define BUILD_BUG_ON_MSG(cond, msg) (0)
22
#define BUILD_BUG_ON(condition) (0)
0 commit comments