mirror of https://github.com/dynup/kpatch
kpatch-build: fix small typo
This commit is contained in:
parent
87e264dfa2
commit
f2b205b534
|
@ -547,7 +547,7 @@ SPECIAL_VARS=$(readelf -wi "$VMLINUX" |
|
|||
|
||||
[[ -z $ALT_STRUCT_SIZE ]] && die "can't find special struct alt_instr size"
|
||||
[[ -z $BUG_STRUCT_SIZE ]] && die "can't find special struct bug_entry size"
|
||||
[[ -z $EX_STRUCT_SIZE ]] && die "can't find special struct paravirt_patch_site size"
|
||||
[[ -z $EX_STRUCT_SIZE ]] && die "can't find special struct exception_table_entry size"
|
||||
[[ -z $PARA_STRUCT_SIZE && $CONFIG_PARAVIRT -ne 0 ]] && die "can't find special struct paravirt_patch_site size"
|
||||
|
||||
for i in $ALT_STRUCT_SIZE $BUG_STRUCT_SIZE $PARA_STRUCT_SIZE $EX_STRUCT_SIZE; do
|
||||
|
|
Loading…
Reference in New Issue