kpatch-build: fix small typo

This commit is contained in:
Jessica Yu 2017-03-21 15:25:38 -07:00
parent 87e264dfa2
commit f2b205b534
1 changed files with 1 additions and 1 deletions

View File

@ -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