From patchwork Thu Feb 10 15:09:40 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexandru Elisei X-Patchwork-Id: 12742062 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 784DDC433FE for ; Thu, 10 Feb 2022 15:09:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243381AbiBJPJm (ORCPT ); Thu, 10 Feb 2022 10:09:42 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:49910 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243340AbiBJPJl (ORCPT ); Thu, 10 Feb 2022 10:09:41 -0500 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 55DF8128 for ; Thu, 10 Feb 2022 07:09:42 -0800 (PST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1F6811042; Thu, 10 Feb 2022 07:09:42 -0800 (PST) Received: from monolith.localdoman (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id C5BBA3F718; Thu, 10 Feb 2022 07:09:40 -0800 (PST) From: Alexandru Elisei To: pbonzini@redhat.com, thuth@redhat.com, drjones@redhat.com, varad.gautam@suse.com, zixuanwang@google.com, kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu Subject: [kvm-unit-tests PATCH 1/4] configure: Fix whitespaces for the --gen-se-header help text Date: Thu, 10 Feb 2022 15:09:40 +0000 Message-Id: <20220210150943.1280146-2-alexandru.elisei@arm.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220210150943.1280146-1-alexandru.elisei@arm.com> References: <20220210150943.1280146-1-alexandru.elisei@arm.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Replace some of the tabs with spaces to display the help text for the --gen-se-header option like this: --gen-se-header=GEN_SE_HEADER Provide an executable to generate a PV header requires --host-key-document. (s390x-snippets only) instead of: --gen-se-header=GEN_SE_HEADER Provide an executable to generate a PV header requires --host-key-document. (s390x-snippets only) Signed-off-by: Alexandru Elisei --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 2d9c3e051103..0ac9c85502ff 100755 --- a/configure +++ b/configure @@ -58,7 +58,7 @@ usage() { a PVM image with 'genprotimg' (s390x only) --gen-se-header=GEN_SE_HEADER Provide an executable to generate a PV header - requires --host-key-document. (s390x-snippets only) + requires --host-key-document. (s390x-snippets only) --page-size=PAGE_SIZE Specify the page size (translation granule) (4k, 16k or 64k, default is 64k, arm64 only)