The patch titled Subject: bugh-prevent-double-evaulation-of-in-build_bug_on-fix has been removed from the -mm tree. Its filename was bugh-prevent-double-evaulation-of-in-build_bug_on-fix.patch This patch was dropped because it was folded into bugh-prevent-double-evaulation-of-in-build_bug_on.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: bugh-prevent-double-evaulation-of-in-build_bug_on-fix tweak code layout Cc: Daniel Santos <daniel.santos@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/bug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/bug.h~bugh-prevent-double-evaulation-of-in-build_bug_on-fix include/linux/bug.h --- a/include/linux/bug.h~bugh-prevent-double-evaulation-of-in-build_bug_on-fix +++ a/include/linux/bug.h @@ -62,7 +62,7 @@ extern int __build_bug_on_failed; bool __cond = !!(condition); \ ((void)sizeof(char[1 - 2 * __cond])); \ if (__cond) __build_bug_on_failed = 1; \ - } while(0) + } while (0) #endif /** _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch bugh-prevent-double-evaulation-of-in-build_bug_on.patch bugh-compilerh-introduce-compiletime_assert-build_bug_on_msg-checkpatch-fixes.patch goldfish-framebuffer-driver-fix.patch ocfs2-remove-kfree-redundant-null-checks.patch scripts-pnmtologo-fix-for-plain-pbm-checkpatch-fixes.patch sys_prctl-coding-style-cleanup.patch backlight-add-lms501kf03-lcd-driver.patch drivers-video-backlight-makefile-cleanup.patch checkpatch-dont-emit-the-camelcase-warning-for-pagefoo.patch rtc-max77686-add-maxim-77686-driver.patch rtc-pcf8523-add-low-battery-voltage-support.patch rtc-add-rtc-driver-for-tps80031-tps80032.patch rtc-add-support-for-spi-rtc-rx4581.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html