> +#define verify_size(name, alignsize, enabled) { \ Our normal macro style would be to move the opening brace onto a separate line, just like we do for functions. With that fixed: Signed-off-by: Christoph Hellwig <hch at lst.de>