Re: [PATCH] qemu-binfmt-conf.sh: fix -F option

2021-05-19 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20210519152541.30625-1-mwi...@suse.com/ Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 20210519152541.30625-1-mwi...@suse.com Subject: [PATCH] qemu-binfmt-conf.sh: fix -F option

[PATCH] qemu-binfmt-conf.sh: fix -F option

2021-05-19 Thread mwilck
From: Martin Wilck qemu-binfmt-conf.sh should use "-F" as short option for "--qemu-suffix". Fix the getopt call to make this work. Signed-off-by: Martin Wilck --- scripts/qemu-binfmt-conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/qemu-binfmt-conf.sh b/scrip