Re: [PATCH v3] seq_file: fix clang warning for NULL pointer arithmetic
From: Christoph Hellwig
Date: Wed Oct 28 2020 - 18:11:59 EST
> +#define SEQ_OPEN_SINGLE (void *)1
I still think a comment explaining the magic value here would be useful.
Otherwise this looks good:
Reviewed-by: Christoph Hellwig <hch@xxxxxx>