projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d0a66e
)
ipe: Drop a duplicated CONFIG_ prefix in the ifdeffery
author
Borislav Petkov (AMD)
<bp@alien8.de>
Thu, 9 Oct 2025 15:45:25 +0000
(17:45 +0200)
committer
Fan 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
patch
|
blob
|
history
diff --git
a/security/ipe/hooks.c
b/security/ipe/hooks.c
index
d0323b8
..
42857c2
100644
(file)
--- 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 */