patch: fix patch format problem which can lead git am failed

Signed-off-by: zhanghailiang <zhang.zhanghailiang@huawei.com>
This commit is contained in:
zhanghailiang 2020-06-20 15:25:58 +08:00
parent a4372444dd
commit a5d2ec2d8e
2 changed files with 17 additions and 16 deletions

View File

@ -614,4 +614,5 @@ index a7209420..43a6ce91 100644
VIRT_RTC,
VIRT_FW_CFG,
--
2.19.1
2.23.0

View File

@ -41,7 +41,7 @@ index fd7fdb86..d8cf00c1 100644
tests/boot-serial-test$(EXESUF): tests/boot-serial-test.o $(libqos-obj-y)
-tests/bios-tables-test$(EXESUF): tests/bios-tables-test.o \
+#tests/bios-tables-test$(EXESUF): tests/bios-tables-test.o \
tests/boot-sector.o tests/acpi-utils.o $(libqos-obj-y)
tests/boot-sector.o tests/acpi-utils.o $(libqos-obj-y)
tests/pxe-test$(EXESUF): tests/pxe-test.o tests/boot-sector.o $(libqos-obj-y)
tests/microbit-test$(EXESUF): tests/microbit-test.o
--