Skip to content

Commit

Permalink
Correct a compile-time error message
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Pick <[email protected]>
  • Loading branch information
solardiz and alexander-pick committed Sep 13, 2024
1 parent 9865bb8 commit 34298ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/p_lkrg_main.h
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ static inline int p_lkrg_counter_lock_val_read(p_lkrg_counter_lock *p_arg) {
#endif

#if defined(CONFIG_TRIM_UNUSED_KSYMS) && !defined(CONFIG_SECURITY_LKRG)
#error "LKRG requires CONFIG_TRIM_UNUSED_KSYMS to be disabled if it should be built as an out-of-tree kernel module"
#error "LKRG requires CONFIG_TRIM_UNUSED_KSYMS to be disabled if it should be built as a kernel module"
#endif

#endif

0 comments on commit 34298ec

Please sign in to comment.