BUILD_BUG_ON_MSG 20 include/linux/bug.h #define BUILD_BUG_ON_MSG(cond, msg) (0) BUILD_BUG_ON_MSG 50 include/linux/bug.h #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)