From mboxrd@z Thu Jan 1 00:00:00 1970 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 147D7C433EF for ; Wed, 13 Oct 2021 14:16:57 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 65AAE60ED4 for ; Wed, 13 Oct 2021 14:16:56 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 65AAE60ED4 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 76BFC835C3; Wed, 13 Oct 2021 16:16:51 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="dEBypmkK"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 322C1835A9; Wed, 13 Oct 2021 16:16:37 +0200 (CEST) Received: from mail-qt1-x831.google.com (mail-qt1-x831.google.com [IPv6:2607:f8b0:4864:20::831]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id D307D835B6 for ; Wed, 13 Oct 2021 16:16:30 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x831.google.com with SMTP id r1so2604675qta.12 for ; Wed, 13 Oct 2021 07:16:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=fJeBksGr1TK8ViXg/U0Tx/2R7LSOYy37O602Oz1fVJQ=; b=dEBypmkKM3c2n/Bd+ZDP48Q+FqDpX6HI5X5phz+tjut58WoHlt8CZizy7i9tMefyCs LRkYyLXWautJEG7Z5JKuJgoJFbvBFUjXEZ4jADiCg4w3P+8o/XJY+fgsZvk7hCETtEvZ LkgpSgijkglDia/BOg0U9qXUji8H0SOWWJsac= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=fJeBksGr1TK8ViXg/U0Tx/2R7LSOYy37O602Oz1fVJQ=; b=Zfx/bxiavxUtYOv8kSd1ok+7xIk78A98hM3MfHn2v9V1TSiocaLUvvES6lNrSD4ZdW crg24LlFTNw+0tYyR8oKPSUnzi2EiT2l9heVDc95dO7CIHn1/U04VHyrQU7I4+nrFdoz FYWFdw701LW1+nQ8f3d1N613HSPA32N99o1aNT6OND9Iu4O0/qITx/6OHPTTLnFAzV7h iAqlP4IQG15xPIAd8Hnq60/IU2kZ6uqk+vccSh4dp0RMhp87QmUzOIr/4t6dwD1fViGv 0HF2Y5bgUE7Rqz/ms6Gho7JTKwftVVM4HYz8C8M0lC7Qwzf3ulUOvfvEJMCwTl7maePU 6PIA== X-Gm-Message-State: AOAM532nJclbzDlD8+SjSkUoTrcWCUwceSPdcuLwZVeEX50+NDStDSw2 L5MyMLGxvhPIF/atfr7NyCj5yDJTIzREDg== X-Google-Smtp-Source: ABdhPJzCEAX4P3K3zr7XY4E6EeuQ/Uc6nYDqjbUjSP3VF9d/hoDDHtN26oP3fLX3qSQKMp3LPPHtqQ== X-Received: by 2002:a05:622a:4cc:: with SMTP id q12mr22706925qtx.308.1634134589702; Wed, 13 Oct 2021 07:16:29 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-e98d-c49f-f596-1fb5.res6.spectrum.com. [2603:6081:7b01:cbda:e98d:c49f:f596:1fb5]) by smtp.gmail.com with ESMTPSA id h2sm7589226qkf.106.2021.10.13.07.16.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 13 Oct 2021 07:16:29 -0700 (PDT) Date: Wed, 13 Oct 2021 10:16:27 -0400 From: Tom Rini To: Vagrant Cascadian Cc: u-boot@lists.denx.de, Alexandru Gagniuc , Heinrich Schuchardt , Ming Liu , Philippe Reynes , Simon Glass Subject: Re: [PATCH] tools/image-host.c: Fix spelling of "expected". Message-ID: <20211013141627.GR7964@bill-the-cat> References: <20210928171146.1104312-1-vagrant@debian.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Alpme3ytzruq/ei6" Content-Disposition: inline In-Reply-To: <20210928171146.1104312-1-vagrant@debian.org> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean --Alpme3ytzruq/ei6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 28, 2021 at 10:11:46AM -0700, Vagrant Cascadian wrote: > Signed-off-by: Vagrant Cascadian > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! --=20 Tom --Alpme3ytzruq/ei6 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFm6jsACgkQFHw5/5Y0 tyzphwwAgjb65KpBwX3uDFZ0gzgD+jdIC+mcgMvxcfcGLQeIlvKooYc+yy1wOlDf RPJEakCDYnTJ7HGOLfoJqjGJBR44FFjU4VJcjhqPhECTqRSFzek3475oB04cJMXZ X8plBCyMfObua15694yzIUAH/6PQsjzUxLQFHtjH6yavf+kvk8YClXk7kLzCvRUW FWYtiNxYohig1wkem1yqjepxMypGDZTMpXNuq5o1RNnKshB6CL4U4QcoQbbn61JR 0qMjCbffuVfwtXYNL0MS1caX8M2PHlV68bwqh8e3Dx12c/gQxqmrQ6Zk5lcCHwO5 dBSRrUlFUyMp7RQsqBoSXGnVh2iXVuYSnh0RZ2cKfV4mwK1SW9rUHXs4SjyC0A5M Wn5ZUpacXcEOcG0X0ccbiCSWm74ppBoncO+Qrdhii4f3AJr5vmgTFg0CUmawWSWP l/q5s93DhxuD29sqGNnI1DWvuHN+g20Cwj2eMHXNBWCWKgB1jCf01Es0L2ibVsEL T/llWs6K =ZopM -----END PGP SIGNATURE----- --Alpme3ytzruq/ei6--