Skip to content

Commit 864468a

Browse files
bp3tk0vjxwufan
authored andcommitted
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>
1 parent 7d0a66e commit 864468a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

security/ipe/hooks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,4 +311,4 @@ int ipe_inode_setintegrity(const struct inode *inode,
311311

312312
return -EINVAL;
313313
}
314-
#endif /* CONFIG_CONFIG_IPE_PROP_FS_VERITY_BUILTIN_SIG */
314+
#endif /* CONFIG_IPE_PROP_FS_VERITY_BUILTIN_SIG */

0 commit comments

Comments
 (0)