From patchwork Thu Aug 30 16:30:20 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Hildenbrand X-Patchwork-Id: 10582285 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 5E04E174A for ; Thu, 30 Aug 2018 16:30:34 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4E6B92C13A for ; Thu, 30 Aug 2018 16:30:34 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 42ADC2C16F; Thu, 30 Aug 2018 16:30:34 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DEDBD2C180 for ; Thu, 30 Aug 2018 16:30:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727591AbeH3Ud2 (ORCPT ); Thu, 30 Aug 2018 16:33:28 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:45748 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727546AbeH3Ud2 (ORCPT ); Thu, 30 Aug 2018 16:33:28 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B528640753B2; Thu, 30 Aug 2018 16:30:31 +0000 (UTC) Received: from t460s.redhat.com (ovpn-117-143.ams2.redhat.com [10.36.117.143]) by smtp.corp.redhat.com (Postfix) with ESMTP id 57038202704E; Thu, 30 Aug 2018 16:30:30 +0000 (UTC) From: David Hildenbrand To: kvm@vger.kernel.org Cc: Paolo Bonzini , =?utf-8?b?UmFkaW0gS3LEjW3DocWZ?= , Thomas Huth , Christian Borntraeger , Cornelia Huck , Janosch Frank , David Hildenbrand Subject: [kvm-unit-tests PULL 3/5] s390x: fix spelling of "initial" Date: Thu, 30 Aug 2018 18:30:20 +0200 Message-Id: <20180830163022.12350-4-david@redhat.com> In-Reply-To: <20180830163022.12350-1-david@redhat.com> References: <20180830163022.12350-1-david@redhat.com> X-Scanned-By: MIMEDefang 2.78 on 10.11.54.4 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.7]); Thu, 30 Aug 2018 16:30:31 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.7]); Thu, 30 Aug 2018 16:30:31 +0000 (UTC) for IP:'10.11.54.4' DOMAIN:'int-mx04.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'david@redhat.com' RCPT:'' Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Fix this spelling mistake. Suggested-by: Janosch Frank Reviewed-by: Thomas Huth Signed-off-by: David Hildenbrand --- s390x/cstart64.S | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/s390x/cstart64.S b/s390x/cstart64.S index 02a4f77..c38ebc0 100644 --- a/s390x/cstart64.S +++ b/s390x/cstart64.S @@ -20,7 +20,7 @@ start: /* setup stack */ larl %r15, stackptr /* setup initial PSW mask + control registers*/ - larl %r1, initital_psw + larl %r1, initial_psw lpswe 0(%r1) init_psw_cont: /* setup pgm interrupt handler */ @@ -39,7 +39,7 @@ init_psw_cont: larl %r1, mcck_int_psw mvc GEN_LC_SVC_NEW_PSW(16), 0(%r1) /* setup cr0, enabling e.g. AFP-register control */ - larl %r1, initital_cr0 + larl %r1, initial_cr0 lctlg %c0, %c0, 0(%r1) /* call setup() */ brasl %r14, setup @@ -134,7 +134,7 @@ svc_int: lpswe GEN_LC_SVC_OLD_PSW .align 8 -initital_psw: +initial_psw: .quad 0x0000000180000000, init_psw_cont pgm_int_psw: .quad 0x0000000180000000, pgm_int @@ -146,6 +146,6 @@ io_int_psw: .quad 0x0000000180000000, io_int svc_int_psw: .quad 0x0000000180000000, svc_int -initital_cr0: +initial_cr0: /* enable AFP-register control, so FP regs (+BFP instr) can be used */ .quad 0x0000000000040000