Re: [PATCH v3 2/5] pstore/blk: Move verify_size() macro out of function

From: Christoph Hellwig
Date: Thu Jun 17 2021 - 03:56:30 EST


> +#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@xxxxxx>