Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/67338 )
Change subject: lint/checkpatch: Add XA_STATE and XA_STATE_ORDER to the macro declaration ......................................................................
lint/checkpatch: Add XA_STATE and XA_STATE_ORDER to the macro declaration
This reduce the difference with linux v6.0-rc3.
Signed-off-by: Elyes Haouas ehaouas@noos.fr Change-Id: Ica20264d744ea8f77b56c63d29e1fafc2e68a869 --- M util/lint/checkpatch.pl 1 file changed, 14 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/38/67338/1
diff --git a/util/lint/checkpatch.pl b/util/lint/checkpatch.pl index ef2faee..2d2cbb1 100755 --- a/util/lint/checkpatch.pl +++ b/util/lint/checkpatch.pl @@ -945,7 +945,8 @@ our $declaration_macros = qr{(?x: (?:$Storage\s+)?(?:[A-Z_][A-Z0-9]*_){0,2}(?:DEFINE|DECLARE)(?:_[A-Z0-9]+){1,6}\s*(| (?:$Storage\s+)?[HLP]?LIST_HEAD\s*(| - (?:SKCIPHER_REQUEST|SHASH_DESC|AHASH_REQUEST)_ON_STACK\s*( + (?:SKCIPHER_REQUEST|SHASH_DESC|AHASH_REQUEST)_ON_STACK\s*(| + (?:$Storage\s+)?(?:XA_STATE|XA_STATE_ORDER)\s*( )};
our %allow_repeated_words = (