]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ipe: Drop a duplicated CONFIG_ prefix in the ifdeffery
authorBorislav Petkov (AMD) <bp@alien8.de>
Thu, 9 Oct 2025 15:45:25 +0000 (17:45 +0200)
committerFan Wu <wufan@kernel.org>
Wed, 3 Dec 2025 03:29:21 +0000 (19:29 -0800)
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>
security/ipe/hooks.c

index d0323b81cd8f95de47901071a0cfe8fc4c027e2c..42857c2ea2a582ad32c484588234c7580da455e2 100644 (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 */