From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752710AbcDUQme (ORCPT ); Thu, 21 Apr 2016 12:42:34 -0400 Received: from foss.arm.com ([217.140.101.70]:56531 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751611AbcDUQmd (ORCPT ); Thu, 21 Apr 2016 12:42:33 -0400 Date: Thu, 21 Apr 2016 17:42:28 +0100 From: Will Deacon To: wefu@redhat.com Cc: harryxiyou@gmail.com, corbet@lwn.net, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@zh-kernel.org, ard.biesheuvel@linaro.org, catalin.marinas@arm.com Subject: Re: [PATCH] Documentation:Update Documentation/zh_CN/arm64/booting.txt Message-ID: <20160421164227.GN929@arm.com> References: <1461246340-8596-1-git-send-email-wefu@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1461246340-8596-1-git-send-email-wefu@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 21, 2016 at 09:45:40PM +0800, wefu@redhat.com wrote: > From: Fu Wei > > This is a update of Chinese documentation: Documentation/zh_CN/arm64/booting.txt > > It is based on the modifications of Documentation/arm64/booting.txt in submission: > "a7f8de16". > > Signed-off-by: Fu Wei > --- > Documentation/zh_CN/arm64/booting.txt | 20 ++++++++++++-------- > 1 file changed, 12 insertions(+), 8 deletions(-) > > diff --git a/Documentation/zh_CN/arm64/booting.txt b/Documentation/zh_CN/arm64/booting.txt > index 1145bf8..c1dd968 100644 > --- a/Documentation/zh_CN/arm64/booting.txt > +++ b/Documentation/zh_CN/arm64/booting.txt > @@ -8,7 +8,7 @@ or if there is a problem with the translation. > > M: Will Deacon > zh_CN: Fu Wei > -C: 1926e54f115725a9248d0c4c65c22acaf94de4c4 > +C: 55f058e7574c3615dea4615573a19bdb258696c6 Just curious, but what are these SHAs supposed to represent? Neither of them looks particularly relevant to me. Will