diff options
| author | Borislav Petkov (AMD) <bp@alien8.de> | 2025-10-09 17:45:25 +0200 |
|---|---|---|
| committer | Fan Wu <wufan@kernel.org> | 2025-12-02 19:29:21 -0800 |
| commit | 864468ae309943fc9a1067606098b30959e4db33 (patch) | |
| tree | 4ce4e5ae2e4cb81b370d1ae3df7729f3ba18c1e2 /security/ipe/hooks.c | |
| parent | 7d0a66e4bb9081d75c82ec4957c50034cb0ea449 (diff) | |
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>
Diffstat (limited to 'security/ipe/hooks.c')
| -rw-r--r-- | security/ipe/hooks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ipe/hooks.c b/security/ipe/hooks.c index d0323b81cd8f..42857c2ea2a5 100644 --- a/security/ipe/hooks.c +++ b/security/ipe/hooks.c @@ -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 */ |