Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp31765pxf; Tue, 30 Mar 2021 18:15:53 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwNWuJds2PurgrMFkPWTetSHcMW6/OY18c88K8gMgPDIPn22x8lFuZHfC1DhmAQlI25g7Hl X-Received: by 2002:a17:907:9482:: with SMTP id dm2mr900868ejc.303.1617153352958; Tue, 30 Mar 2021 18:15:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1617153352; cv=none; d=google.com; s=arc-20160816; b=lplp98CaUh7mtPd3tE8K6OkqWjzXziB2vKkgA6LgIe/Kp2ajsBYGpyzaMTSU5tPUyb mXfxeMB/H4fpqXvxwclmrhs+he6a3YonU7kWLM6FyvJsjHMRZOV3wCeHuxpHx+3PJEyG qowG2e6mRDjhRE/D3c+zLEpaZPohuxEuEivmU5kWfInv13lcNPEw+mhxQPEyu8RLfVN7 77b8HQ9NXEVFynYF4DBFSc4IfoYfKCqMm40eM7EtxcwiD/gx69A31YUCWpU5y/NSeZ1V ksyskYK3b6yAluaFVWZmW2p7MwLG9RAkziYvSZEvIva5n4q2N7KLv5GH3omZRVNt8E7L PKLQ== 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=WVvei4myt+CEg2VyAQs9bERUIHQUOIVdW9D33HSOL4Q=; b=Oka1JR4Xc3ErZrFRAMgEdPj4T5NI7CSMqZcsY0EbOOIRU3d3sOkf+br4DysZC5ByPv qXKRxdjp6/nQmvjohhfLNf1VMhKvZFQve89aVtsH43qi39dC6L+etBya6n5fEoOdgGEE yHFCMaWEj5HjZuTjiFWX053i7JL3R/EtBpgv1vMwC6ECFmGj2UoZ/kvRBlv9e7IZqktu ugCVGM4JwRL60nnqyoMsJyfDpDEevQ2r5b3/bsxtd1cKiWnsrR8ELnCOjKgJ/FWOfe/W WJBozcWG6SEmSAmooxZGmag16RdltM+SJgzpQkf9A6ahnAvWPyDC98F8DCEAiQ5+q/NN +HWQ== 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 m12si400430ejx.720.2021.03.30.18.15.30; Tue, 30 Mar 2021 18:15:52 -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 S233413AbhCaBLB (ORCPT + 99 others); Tue, 30 Mar 2021 21:11:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42848 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233072AbhCaBK3 (ORCPT ); Tue, 30 Mar 2021 21:10:29 -0400 Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0DDB2C061762 for ; Tue, 30 Mar 2021 18:10:29 -0700 (PDT) Received: by ozlabs.org (Postfix, from userid 1034) id 4F97Xg0zxVz9sj1; Wed, 31 Mar 2021 12:10:27 +1100 (AEDT) From: Michael Ellerman To: mpe@ellerman.id.au, menglong8.dong@gmail.com Cc: linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, paulus@samba.org, zhang.yunkai@zte.com.cn In-Reply-To: <20210304031318.188447-1-zhang.yunkai@zte.com.cn> References: <20210304031318.188447-1-zhang.yunkai@zte.com.cn> Subject: Re: [PATCH] arch/powerpc/include:fix misspellings in tlbflush.h Message-Id: <161715296582.226945.7172443321891053719.b4-ty@ellerman.id.au> Date: Wed, 31 Mar 2021 12:09:25 +1100 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 Wed, 3 Mar 2021 19:13:18 -0800, menglong8.dong@gmail.com wrote: > Some typos are found out.The information at the end of the file > does not match the beginning. Applied to powerpc/next. [1/1] arch/powerpc/include:fix misspellings in tlbflush.h https://git.kernel.org/powerpc/c/1a029e0edbc5890f76b642222d9899c093212fe6 cheers