checkpatch mistake on XA_STATE?

From: David Howells
Date: Wed May 25 2022 - 06:13:15 EST


I see the following:

WARNING: Missing a blank line after declarations
#1921: FILE: fs/cifs/smb2ops.c:4684:
+ struct folio *folio;
+ XA_STATE(xas, buffer, 0);

but XA_STATE() technically *is* a declaration.

Should checkpatch treat it as such?

David