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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 2EFC9C433EF for ; Fri, 8 Apr 2022 12:30:45 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 4486683DB2; Fri, 8 Apr 2022 14:30:36 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (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="tqM3WX7h"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 0604F83D47; Fri, 8 Apr 2022 14:30:32 +0200 (CEST) Received: from mail-qk1-x72a.google.com (mail-qk1-x72a.google.com [IPv6:2607:f8b0:4864:20::72a]) (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 D2DEE83D90 for ; Fri, 8 Apr 2022 14:30:28 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qk1-x72a.google.com with SMTP id p25so4619108qkj.10 for ; Fri, 08 Apr 2022 05:30:28 -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=sutcsg6SsNtcO1c44i0mJQHUa5ciGpxXLOfkiWf5XIk=; b=tqM3WX7hJIVgKRGlALLma3I4EsbTf1U/2/o/OFSDMZED5wDAk62uhDTqeQONtR/ZQq 9Dm02BklCxgfA4Ajar+nEWTR1rfjOFxExxc9vcEjwINaBqvkm8FGB4caP0hKrAFidCyA pvH3I1dq7zSPmuw6Jb+CzFprkeZAmkEayBMyI= 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=sutcsg6SsNtcO1c44i0mJQHUa5ciGpxXLOfkiWf5XIk=; b=uddB6yWDA0E/cQijxqe0PMpEfxgERCstE9v/194ZKVvnxhHRU1cSRCd99S797KyDfG 5v2USJ4uzKxG6YPFhMCbbN5R8gCVwY4Ye7lE7f14HNtXPnDGHaCtQcje/ggu0AoIPw3F 2+oFpLOQM6T/hr8Z/TDrPpqG65QGIM8rUNg1aFi8GGSixcnUBTYI97oK9CE5jO0xVIXJ 9RAIo7DdKrFfHlrjM4fX9SqxUZPjoNAuxgzHtyQhUsBQpsHvhIro+og7nvLFWdSc2h2u O6Bd6zQLgrgBQGckzy/r9AGy6OnekMc3VYOyw9Go2HK7NnfzbyLh/NQ0Px9Xki5ZVELk PRcA== X-Gm-Message-State: AOAM530saLSjC5KamE+iroLp/HMCtqB2D1YFf1U6GaeNh5fckUelLSvu CPfaIidEeJLXfgdx0CDxJ6P8Sg== X-Google-Smtp-Source: ABdhPJxTYn/i0x1T90qZHUbh5XsKeyMPFa+NHV8eAuZM0X/4qvpj9piwWWBAkEz8IOACredtpXbRjA== X-Received: by 2002:ae9:e891:0:b0:47c:5cf8:364 with SMTP id a139-20020ae9e891000000b0047c5cf80364mr12297199qkg.184.1649421027683; Fri, 08 Apr 2022 05:30:27 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id e15-20020a05622a110f00b002e1ed105652sm17259069qty.2.2022.04.08.05.30.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Apr 2022 05:30:26 -0700 (PDT) Date: Fri, 8 Apr 2022 08:30:25 -0400 From: Tom Rini To: Simon Glass Cc: U-Boot Mailing List , Heinrich Schuchardt , Da Xue , Heiko Schocher , Joe Hershberger , Steffen Jaeckel , Wolfgang Denk Subject: Re: [PATCH 1/2] env: Move the doc comment to the code Message-ID: <20220408123025.GU14282@bill-the-cat> References: <20220311232239.379311-1-sjg@chromium.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="s6WJ5R58009U+S7n" Content-Disposition: inline In-Reply-To: <20220311232239.379311-1-sjg@chromium.org> X-Clacks-Overhead: GNU Terry Pratchett X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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.5 at phobos.denx.de X-Virus-Status: Clean --s6WJ5R58009U+S7n Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 11, 2022 at 04:22:38PM -0700, Simon Glass wrote: > This doesn't really make much sense in the documentation. Add a code > comment instead. >=20 > Suggested-by: Heinrich Schuchardt >=20 > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! --=20 Tom --s6WJ5R58009U+S7n Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmJQKuAACgkQFHw5/5Y0 tyyBJwwAj900hK5q/kr7cpIc5vf3V+E7fiBWE35tlu5vRPh65ASiGlso/LSPkBP8 vqnTTwMnpZA7uUBssD05X1eRhgUYg0Nt8hvBuZeIZJhcysF0tELrHrcmuial+kYh cEU9wRSVwx3gliuTETO5CDq3jM6pPuudrh7vxDEin5ny4/NFmA1N+3+zCfx3fPmz c3cYV2m/gdmxhkIeInmsO6IYjk2fP/CSPzOUcacAMXgykLxm6nPHNGOV+Q7L/Oox oZNLaPYBrMTKxRGenxPFbhJxSPV4ecs/xHqLsLiV8vzA6NVfFGWHlIDPVnWdHaLM idvlb02yqWRWkkBfq4VFWqadIqliR6Hkv7Y9gx+nvNpEv81L2T+F4QuCFP0kYkvP kemHlYCjPTCABqDtQpdixnGn13A2R/9ehe087owDxVnT8QZhRyVDW0yMLyDON1UR LQnUN5GfltwKMTvbor8lK5Oh1trYJt1v7xguwfiFMR1GaUDpINzKOmCfmGDJHsPF g2G+Mb/l =Xsmd -----END PGP SIGNATURE----- --s6WJ5R58009U+S7n--