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 42F7DC433EF for ; Sat, 9 Oct 2021 01:38:41 +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 4366F60FC3 for ; Sat, 9 Oct 2021 01:38:40 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 4366F60FC3 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 6427F8364C; Sat, 9 Oct 2021 03:38:33 +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="bMAr/rC4"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 8757583622; Sat, 9 Oct 2021 03:38:21 +0200 (CEST) Received: from mail-qv1-xf36.google.com (mail-qv1-xf36.google.com [IPv6:2607:f8b0:4864:20::f36]) (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 5019283629 for ; Sat, 9 Oct 2021 03:38:16 +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-qv1-xf36.google.com with SMTP id o13so7535916qvm.4 for ; Fri, 08 Oct 2021 18:38:16 -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=XodnM++g14neYSGUT0CvNXwGFQwCV2Iu31aOVO0mKtE=; b=bMAr/rC4y38bRchkoMtmLJaqCpqzYi1Zkwuk550yWb5VFKbIWLOTP3qZwBCW1Z82Sr 8w8o3ECrPrMSkfrJLKcUsw7ibqAEYPXcWMJEj8Oys0SBkcD+oY0WUTz8PA3MtKbLXuHk 380tk7LnxHPKg7rbqwv2GSS0Yukzf4JWIyt6A= 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=XodnM++g14neYSGUT0CvNXwGFQwCV2Iu31aOVO0mKtE=; b=z8OswBktoXzKPinT4tj9AACneuJjfSUB2xrqkfjhoNND8D8pnMw+sVYKNgHuBmWYFM 6TItq7c5Xdws5VQYHy9/NJAK2zYPZELl1tK3hGm06PeVUOz86YT/uvto2CVC4pdIJsRW HpLjBPYJUAnl4fOncFmglYBe3j+JwJOIl6oc9zD8zu6X0FimFmy4wjN22gvZbBQenNJR j5FHb+b/2nYNZiqqOmpMH04SFbwE37vGW8JvXS7Jz5odj/FpbMZ7E7Jb9Uk9/vnXu36u Qpgoq4JKumc3V5zXpHK1gqEkm47YO4B1vfyvm7nX9MbT+lATRXechrGWAXF6hGMoyOax +PlA== X-Gm-Message-State: AOAM533Q0fxCtkrIQfOj8adwHEQcPqKL1Z8SxeYb0NZYbJVEne0ERSTP sC3wjtnhKNDUwMuLdtyMddot8w== X-Google-Smtp-Source: ABdhPJxjcy4bYrDAs6LJ42OiFZWO/qcnnCknUYmA497Z9MbbbZEGtf3xpV/aSCPtfrpbmLBK5ewI1g== X-Received: by 2002:a0c:9d05:: with SMTP id m5mr13014774qvf.30.1633743495075; Fri, 08 Oct 2021 18:38:15 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-1c00-ef41-79c3-ef5b.res6.spectrum.com. [2603:6081:7b01:cbda:1c00:ef41:79c3:ef5b]) by smtp.gmail.com with ESMTPSA id w185sm839089qkd.30.2021.10.08.18.38.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Oct 2021 18:38:14 -0700 (PDT) Date: Fri, 8 Oct 2021 21:38:12 -0400 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Heinrich Schuchardt , Alexandru Gagniuc , Bin Meng Subject: Re: [PATCH v4 03/15] compiler: Add a comment to host_build() Message-ID: <20211009013812.GC7964@bill-the-cat> References: <20210925130320.7824-1-sjg@chromium.org> <20210925130320.7824-2-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Qbvjkv9qwOGw/5Fx" Content-Disposition: inline In-Reply-To: <20210925130320.7824-2-sjg@chromium.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 --Qbvjkv9qwOGw/5Fx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Sep 25, 2021 at 07:03:08AM -0600, Simon Glass wrote: > This function should have a comment explaining what it does. Add one. >=20 > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! --=20 Tom --Qbvjkv9qwOGw/5Fx Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFg8oQACgkQFHw5/5Y0 tyymewv/ZIAlEdXCs20UUJbbPmjKMRxkiZWEQA8885l0lo9UTLsuBCwhqnAsIWNv +2lOL1HbpTYv+yjEXPGbA5cZWtjhbArpXy38YdAf7bspsjHPWGQgi7vjwxZRpl5H KeRlzdR5nUccmM/L3lfVG3NxnuMkzJSbCRdqElbiUpGqwqXXFRYPvP032zfEbFO1 Ko6Pdh/zsiDAYC/bq368WipU0hzSVR5z9ZfPjgjYPXnrinTLA7R+/HjNByWE4elC znUQ8eLaeF2nANUD8OcluiZjszEwKIIAmDzELyp8uezTJqUur8s2BsOwbeoXonMN yRq7wBcFKtQADKVLBNwH9hvptbUHsqvgSv8hxQ40p29pJAgxP3d/zinf4rq0SKC6 6NXkOFQkUODfeeCvs+AbLko/p3uJguAd07BI3pS/zfwgEIMax5f4IFvKEeYdC9do Uwv+N1DrFRrXLHnR5VSIkvhneYyTHhCoUPRset8QpMSqQ1EXxtgvzn/fn70xywDP FoUwTvks =iElP -----END PGP SIGNATURE----- --Qbvjkv9qwOGw/5Fx--