Re: [PATCH v3 2/5] pstore/blk: Move verify_size() macro out of function
From: Christoph Hellwig <hch@lst.de>
Date: 2021-06-17 07:56:28
Also in:
linux-doc, linux-fsdevel, lkml
From: Christoph Hellwig <hch@lst.de>
Date: 2021-06-17 07:56:28
Also in:
linux-doc, linux-fsdevel, lkml
+#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@lst.de>