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 AA9E3C433EF for ; Sun, 3 Oct 2021 23:35:18 +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 2C30061252 for ; Sun, 3 Oct 2021 23:35:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 2C30061252 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 271CA834DB; Mon, 4 Oct 2021 01:34:14 +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="AIw3RfD9"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 1A8148347D; Mon, 4 Oct 2021 01:33:59 +0200 (CEST) Received: from mail-qt1-x82a.google.com (mail-qt1-x82a.google.com [IPv6:2607:f8b0:4864:20::82a]) (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 64DB88347D for ; Mon, 4 Oct 2021 01:33:54 +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-x82a.google.com with SMTP id j13so14426251qtq.6 for ; Sun, 03 Oct 2021 16:33:54 -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:user-agent; bh=aSR5kSNfrK+VBJ6hFYV6dAzq33g/DFid6b/vGFiubiU=; b=AIw3RfD9E1Nfd5FnyL+CqVfzQrl9cujbs+ferNjJX5RaCVJMSANQG3zwwhcz5fYfym 2eHTFSGJfOe74ryU1/yo/lMzyCG3ww17qE/gXfWTd+cGIi/3Y9mduuZTlFb0XzH+gy0l hjtfLleBCBONlO0WsFdsEozm4Yr8NZx+w6RfY= 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:user-agent; bh=aSR5kSNfrK+VBJ6hFYV6dAzq33g/DFid6b/vGFiubiU=; b=W5aqRAxdzMNkVBa3+fVgk5XSo3mrPh4wkEcTgOIjnhBgsGkr2HO5oX7Y1nnNUxJrUZ GJOtTGyD7eyBYrmj43vRx381wueRP/5EOGDe1+3gTqtrCDUUkKIucV+1DPkvce5iEYx7 z+sOwuC8/2wBqr6i9gBQRKOOzzfPfiFqZC4BMEIbl+pkaTPbSKpp3npJ8fX/mAPcQ/Xw UlX/jsGflYoMj2riozjZGLML2Ti5cmsWi7t1ziEetOWLT9MDWwuLrjYGbTai4IB9irr5 SF+UGAEROR4T0J8C78wqIXjNy5suetkbq4976Ca7PxwTlFeN74n8ky7t4rwSoiO+33wr 3tOg== X-Gm-Message-State: AOAM531EsngQQ3fxyNOzOuPxpMzkS8z1ZtKic59KZBAlDC26dEm5N/OK lpETLDCC8giBgPQsFf4AAlAk7A== X-Google-Smtp-Source: ABdhPJw/vqgv302u8QCASQXMswyW2sZFT6wC0mmVM6jdoJVSGHlSc2Vgk7QiRbED71akUEVSiVofiA== X-Received: by 2002:ac8:594c:: with SMTP id 12mr10658598qtz.216.1633304033308; Sun, 03 Oct 2021 16:33:53 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-ddc6-c860-2365-fdf8.res6.spectrum.com. [2603:6081:7b01:cbda:ddc6:c860:2365:fdf8]) by smtp.gmail.com with ESMTPSA id j2sm8646021qta.84.2021.10.03.16.33.52 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Sun, 03 Oct 2021 16:33:52 -0700 (PDT) Date: Sun, 3 Oct 2021 19:33:50 -0400 From: Tom Rini To: Vladimir Oltean Cc: u-boot@lists.denx.de, Bin Meng , Priyanka Jain , Hou Zhiqiang Subject: Re: [PATCH 04/11] pci: pci_header_show can be static Message-ID: <20211003233350.GA31748@bill-the-cat> References: <20210917121130.526216-1-vladimir.oltean@nxp.com> <20210917121130.526216-5-vladimir.oltean@nxp.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="H9RgKGg/uJzkChT4" Content-Disposition: inline In-Reply-To: <20210917121130.526216-5-vladimir.oltean@nxp.com> X-Clacks-Overhead: GNU Terry Pratchett User-Agent: Mutt/1.9.4 (2018-02-28) 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 --H9RgKGg/uJzkChT4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 17, 2021 at 03:11:23PM +0300, Vladimir Oltean wrote: > To avoid W=3D1 build warnings, declare this function as static, since it > is not used outside of this translation module. >=20 > Signed-off-by: Vladimir Oltean > Reviewed-by: Bin Meng Applied to u-boot/next, thanks! --=20 Tom --H9RgKGg/uJzkChT4 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFaPd4ACgkQFHw5/5Y0 tyzOHQwAhRdmxS270bW0LgjVhP8LJ0Iy3/gBwJ5qrptXaoiqGydTU8ZSYaml/ZS2 XhPI8Bg2s3L8eWN6Mv00hj+DWYzl9J/XjyR6Qf3j08X9200UIUSVN7bWMLf+m+R5 OaFiB7OYg4xcCE+kspGckFo24Ianpmx8XAOqZsCdshg6+x8aI2eMMksKvPXm7b4i h6u6hICu0+RnjXABgMKe09CPp0oBjbr4cCkVLXvUpje/5Aut3S4FOxcgtuxYP7Ck dbOOByZDH80sZhIKOOCBLesjHvqVuR/0j+4tjwRq77NCKeU4BUNFg8h0/E+OI16U Vwu1aPoQldIN/VO698QijZa5B12n5qrdysOwyotvbX41Rc76CRTG0CHxwe8dsapB vmqTT46s+JDrLXln+1S6ZeLs5fXPNl+HM/cOodm6fwDJRaD03+TXv0dg2oZ6pvx1 VAwpJLMhDxeIL5wVB2mmiccauIQVbP9bl/+Y/3HEd0DbhC0k4nJmPHnXcQAYvfkg 5d7Jc8+k =/EVS -----END PGP SIGNATURE----- --H9RgKGg/uJzkChT4--