From patchwork Tue Feb 20 08:52:27 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Manos Pitsidianakis X-Patchwork-Id: 13563658 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 lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 0EC07C48BC4 for ; Tue, 20 Feb 2024 08:55:25 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rcLsj-0000jU-8h; Tue, 20 Feb 2024 03:53:41 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rcLsh-0000h2-8T for qemu-devel@nongnu.org; Tue, 20 Feb 2024 03:53:39 -0500 Received: from mail-ed1-x52a.google.com ([2a00:1450:4864:20::52a]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rcLsd-0008HQ-1i for qemu-devel@nongnu.org; Tue, 20 Feb 2024 03:53:38 -0500 Received: by mail-ed1-x52a.google.com with SMTP id 4fb4d7f45d1cf-5648d92919dso2214442a12.1 for ; Tue, 20 Feb 2024 00:53:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1708419213; x=1709024013; darn=nongnu.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=ziY8Jw6EXE5hHrClCqTsAlncUS9FIpDkSwZM2WtkVaQ=; b=lUzLHf+T7784UUflbBgOF/O90in0Gw2hHEf9aGWjOnBmNJ7gt+jaTMQyiPVm106V3W lafzyeaasSeV4rqZplFKM2nO3V8ZwE6fG1NbgKMbUZplc56rWlQX+/EUePjRYCJwA/8z +40irqFoU33sYwsJs/0+heVErPqrrJhR0uouyqmIsBUdP+eIWQMHwtpuWJYLYkO26CLy ci7jQrrpIy2V68Nnma9bcJQFollNyMNtoQ1r29DWp373SEz/CH76BjHIWOwZ4IMJ00iV kkurkgIaQwOGL06NnOzmsf4ivdjgUtx0hI10G88SciSCH2DSnm5jNgixk2fQhdzRogkC rdaw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1708419213; x=1709024013; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=ziY8Jw6EXE5hHrClCqTsAlncUS9FIpDkSwZM2WtkVaQ=; b=INZV7GFK2a+RZsmGR6R6/jVqWXiPjA6B348VjmWHoUuhIyPiGmfZ5yMddHbbJxg3Dg 3u577/rVXyYOQINjN/kwBTffg6THHwnJt0hwYhX8OfMqv9+Mw7Purw+4mykCcLCN8KhX /MN31BJQ7/7UcSvglyK4qACskMZWrCYCDmVl9ovAns4iP8/ByRqND6P9v7XGSG8QsMlR QmQ860sYakE01aL2PJhL3Cnxvja+4V4CyjBCYBsH/3aoYRhBZDj9DrC1EfnKLMOo7HFe mwO/JFfu5U86Yd2OdFmnfEiaNtzNBPzuzcqt/g2IMXBgYYHQZZQ7w/8XZ5f7/a4El8vr o7ig== X-Gm-Message-State: AOJu0YzA175OpCMVNaA9Js+PoFzN9NQPAkChUh9vyb3ZPJokCURkT8Ne bBiOzBOS9YDt7k94rIlhce5Ej3ZGK+pZ0W+lWflCzdKi87PY1uLU76nTbc2RU1A= X-Google-Smtp-Source: AGHT+IFs+obNRLn2DlVizb4uoIAG0u5rk3shlnPOJbhDry9L0AbiIOXWZE19Uyl74IlUIfaXFolvhg== X-Received: by 2002:a17:906:57ca:b0:a3f:ce8:1234 with SMTP id u10-20020a17090657ca00b00a3f0ce81234mr404484ejr.68.1708419213706; Tue, 20 Feb 2024 00:53:33 -0800 (PST) Received: from localhost.localdomain (adsl-245.37.6.163.tellas.gr. [37.6.163.245]) by smtp.gmail.com with ESMTPSA id cu3-20020a170906ba8300b00a3d014fa12esm3747876ejd.196.2024.02.20.00.53.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 20 Feb 2024 00:53:33 -0800 (PST) From: Manos Pitsidianakis To: qemu-trivial@nongnu.org Cc: qemu-devel@nongnu.org, Michael Tokarev , David Hildenbrand , Thomas Huth , Richard Henderson , Ilya Leoshkevich , qemu-s390x@nongnu.org Subject: [PATCH v1 20/21] s390x: correct typos Date: Tue, 20 Feb 2024 10:52:27 +0200 Message-Id: <73c534c8b6cdd769ab4d0220f505da8ec7470983.1708419115.git.manos.pitsidianakis@linaro.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: References: MIME-Version: 1.0 Received-SPF: pass client-ip=2a00:1450:4864:20::52a; envelope-from=manos.pitsidianakis@linaro.org; helo=mail-ed1-x52a.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Correct typos automatically found with the `typos` tool Signed-off-by: Manos Pitsidianakis Reviewed-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daudé --- target/s390x/cpu_features_def.h.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/s390x/cpu_features_def.h.inc b/target/s390x/cpu_features_def.h.inc index e68da9b8ff..c53ac13352 100644 --- a/target/s390x/cpu_features_def.h.inc +++ b/target/s390x/cpu_features_def.h.inc @@ -142,7 +142,7 @@ DEF_FEAT(SIE_CEI, "cei", SCLP_CPU, 43, "SIE: Conditional-external-interception f /* * Features exposed via no feature bit (but e.g., instruction sensing) - * -> the feature bit number is irrelavant + * -> the feature bit number is irrelevant */ DEF_FEAT(DAT_ENH_2, "dateh2", MISC, 0, "DAT-enhancement facility 2") DEF_FEAT(CMM, "cmm", MISC, 0, "Collaborative-memory-management facility")