Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp2523767pxj; Sun, 6 Jun 2021 05:13:27 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxDR4HPhTObITOMl24XvKICQR0GvRw6wyFZkjrDumsjM+DrQ3wsUn7Jua/AvmL6RCUaBm5X X-Received: by 2002:a17:906:3016:: with SMTP id 22mr13061291ejz.28.1622981607659; Sun, 06 Jun 2021 05:13:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622981607; cv=none; d=google.com; s=arc-20160816; b=UJWR+FQuJJnNxhpj/E6rSKcB7XhX6btMmwIyLx/fRyVK00oWJ0yuesXdBDQk4GMh9d LkhkJKj44sm0YGKQbVRcsmRcFRTtcfra/qvR6bzNYaSUnFa+YURhu3OjPiEzskqFq+Js fGc56+uO2aOTqESowRohzzNZ9sEoZv2XgSnAoAYj+JNpvYmiIjp0EDCendqEHjcdTr3v 6j8kC3OIK96N+5G9XCyVQ/QMrhfPSzppdDaw697q1CWrTOYj60FbmKWCRt0+CSZiJIeX Hsq3hXjOlIT66teLT1tIOXeYONWX/0RsmvTYTMH9CWk1rDgJdlQyFhVowiOAE8X49CO8 3KbA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version:date :message-id:subject:references:in-reply-to:cc:to:from; bh=ebu/mUGhHPCrsugLP/VPQhOhw576ZOWpX3nklo8Ge/k=; b=01kHV1Jvh0vqSdtZ1TUeKsU6f842MN/uT9qf5AKH/zh0YecNzH47UdNHM2ywyueVx0 fp+7GLF2eo2D7QPW99YxsgFpwah8FmilUwUUHJ2Kwhpap2mjG9QiHdA/O+lc52KWe634 1cyBJWDvmIqR9yl9i1NZKou6Nd8ytva//fEIuBN7oX592Z5hgaNFbWgrlVWL0WMVk/Kj t/HV23xeBnIi+YWKYmlANPb5J4rZ+CPXuQbvmuQuOLRKhwa8HwMKHW3tpk8RgGaO+Be/ BIuP7/7fNaXIptPOASgvX9EFT53dWggWW+g4d6KV1cn/4Rsn/J7uNVx/Yk18sl6lcual xyug== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id jv22si10102357ejc.723.2021.06.06.05.13.00; Sun, 06 Jun 2021 05:13:27 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230111AbhFFMNx (ORCPT + 99 others); Sun, 6 Jun 2021 08:13:53 -0400 Received: from ozlabs.org ([203.11.71.1]:54739 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229508AbhFFMNw (ORCPT ); Sun, 6 Jun 2021 08:13:52 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 4Fyb353sKCz9sRN; Sun, 6 Jun 2021 22:12:01 +1000 (AEST) From: Michael Ellerman To: mpe@ellerman.id.au, benh@kernel.crashing.org, paulus@samba.org, gustavoars@kernel.org, ojeda@kernel.org, ndesaulniers@google.com, Zhang Jianhua Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org In-Reply-To: <20210510075134.252978-1-chris.zjh@huawei.com> References: <20210510075134.252978-1-chris.zjh@huawei.com> Subject: Re: [PATCH -next] ppc: boot: Fix a typo in the file decompress.c Message-Id: <162298131565.2353459.16060565445905530615.b4-ty@ellerman.id.au> Date: Sun, 06 Jun 2021 22:08:35 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 10 May 2021 15:51:34 +0800, Zhang Jianhua wrote: > s/input buffer/output buffer/ > s/length of the input buffer/length of the input buffer/ > > -------- Applied to powerpc/next. [1/1] ppc: boot: Fix a typo in the file decompress.c https://git.kernel.org/powerpc/c/930a77c3ad79c30ce9ba8cbad9eded5bc5805343 cheers