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 1593AC433FE for ; Thu, 30 Sep 2021 15:23:48 +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 72B2B61A2A for ; Thu, 30 Sep 2021 15:23:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 72B2B61A2A 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 425C281197; Thu, 30 Sep 2021 17:23:45 +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="CBlN5wOT"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 8378181725; Thu, 30 Sep 2021 17:23:42 +0200 (CEST) Received: from mail-qk1-x735.google.com (mail-qk1-x735.google.com [IPv6:2607:f8b0:4864:20::735]) (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 401EA8020E for ; Thu, 30 Sep 2021 17:23:38 +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-qk1-x735.google.com with SMTP id 73so6166131qki.4 for ; Thu, 30 Sep 2021 08:23:38 -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=+QwvoL2vsHtDFDS0Adn3HasR24U7DYLmFjO4G73Zrl4=; b=CBlN5wOT2A4zyfx1UDHPzBWuKJuhuoDAR/uDTE5eZhhyzqSa/SE/dy2T93S3p1wLHA ZbbKAnPp4ATqq2q1lv8u6q8bC4JtiohdFnzH/3/k2WnYCFzGtEMQnebrnjLbqbkIuPL7 o9rXN4JZQypwc692TBLKXzF9n/AU2FWXnXieM= 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=+QwvoL2vsHtDFDS0Adn3HasR24U7DYLmFjO4G73Zrl4=; b=P3tY0aXvgFKTgvM7zPPfTMmrkiKBLKaLnadVs8sOc4PZsrlN+VPQmIc86zrKy7EqJx XaL/qEr/aeZ+N2Lrmr1IA/patT7+mSmgeULb3A93NrUc1B+L/fYahdOnR9zUJjX1uwy6 5TQtfaghOkRRjYgin63BvXAVxLR6gQ7rB9soQshE371VU1FHNkrn7wr11RPwYfW4T21s 0lr4q29EQcd4ALOk+NCIE0HVxBqH0f7uc7AbLSE1AIkmca6eRjrwVOIWGpcJaah4D4Ub UfTLeaV7eW1YOIBgABl20s/My0Z3y+Fg+wkfHEz/lcNKu51lAnUTcdPjqcVnMmJwL1Fl zHxQ== X-Gm-Message-State: AOAM533ius8TV912QrHL56Vubq0uh09TlJ8COqqAvQ16m6KuVwI581OJ rwrGuDSVG0AiJK0k/sFBCqiTeQ== X-Google-Smtp-Source: ABdhPJypSgbwCf+g648QH8YZlSn3eeNfwpg92QqZmYXFgUWR9ao9D5Suc+Flc1ZKzF4uAh+81rP6uA== X-Received: by 2002:a37:58c4:: with SMTP id m187mr5308248qkb.481.1633015416903; Thu, 30 Sep 2021 08:23:36 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-f074-964f-7ca6-ba8e.res6.spectrum.com. [2603:6081:7b01:cbda:f074:964f:7ca6:ba8e]) by smtp.gmail.com with ESMTPSA id 188sm1590796qkm.21.2021.09.30.08.23.36 (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Thu, 30 Sep 2021 08:23:36 -0700 (PDT) Date: Thu, 30 Sep 2021 11:23:34 -0400 From: Tom Rini To: Wolfgang Denk Cc: u-boot@lists.denx.de Subject: Re: [PATCH 1/4] WS cleanup: remove trailing empty lines Message-ID: <20210930152334.GW31748@bill-the-cat> References: <20210927154239.2268077-1-wd@denx.de> <20210927154239.2268077-2-wd@denx.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Xty9ViAOiZBZxKQf" Content-Disposition: inline In-Reply-To: <20210927154239.2268077-2-wd@denx.de> 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 --Xty9ViAOiZBZxKQf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 27, 2021 at 05:42:36PM +0200, Wolfgang Denk wrote: > Signed-off-by: Wolfgang Denk Applied to u-boot/next, thanks! --=20 Tom --Xty9ViAOiZBZxKQf Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmFV1mwACgkQFHw5/5Y0 tyw+wAwAtkmvdhX7Rr0CXdDsd++LRqhOhz11BSPQAM0R3drMBf+ivqnu4Fj/E5Wv RAnb5/ppUHGCOykbCYHtRIe4icFEIPoZdECFfPpV1ElpAmfHrBLAdAB1ILYLCWkz TgBMz1XEK5cnCXvU8SJn1+cACeur4hg5hNnGxBh1vdGH8JDtzCO8kK1j9EiYRuwF tJmUVCjU8eqMCkTC41vfoOMDEkiRgP5GJVe0R7C66dqU9S8PYOPPy2wVKHMO2j3r ZPuHq7X5p1tCfAWyW6m2oweFz7B3KNrTNStAr5NNUd2JlJF5/3Z19ssW2quCypsJ 8HzXP66qDjYyFAYukD+NX9Y4jM8+iGm+zqy8b8HPK0gtVssuZlomnz1nkzk+nb01 MC0ZhSgdyGTNAY1GIt+h1W8KOqwDlBIU/hnqzXZk3YP2AnsglrMY7Ouphwv2OG/t qsXMteAbd7/AFhu49BShKLQ2azZ502ZBKzyJrN2y7JVqdFblC2y+g/5zWy9B92Bj r0VqX8/U =5tld -----END PGP SIGNATURE----- --Xty9ViAOiZBZxKQf--