1
0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2026-01-11 17:10:13 +00:00

ipe: Drop a duplicated CONFIG_ prefix in the ifdeffery

Looks like it got added by mistake, perhaps editor auto-completion
artifact. Drop it.

No functional changes.

Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Signed-off-by: Fan Wu <wufan@kernel.org>
This commit is contained in:
Borislav Petkov (AMD) 2025-10-09 17:45:25 +02:00 committed by Fan Wu
parent 7d0a66e4bb
commit 864468ae30

View File

@ -311,4 +311,4 @@ int ipe_inode_setintegrity(const struct inode *inode,
return -EINVAL;
}
#endif /* CONFIG_CONFIG_IPE_PROP_FS_VERITY_BUILTIN_SIG */
#endif /* CONFIG_IPE_PROP_FS_VERITY_BUILTIN_SIG */