Merge pull request #691 from flaming-toast/spellfix

kpatch-build: fix small typo
This commit is contained in:
Josh Poimboeuf 2017-03-21 17:50:30 -05:00 committed by GitHub
commit ee31823402
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