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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C3524C433F5 for ; Sat, 8 Oct 2022 05:14:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229452AbiJHFOR (ORCPT ); Sat, 8 Oct 2022 01:14:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38266 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229502AbiJHFOQ (ORCPT ); Sat, 8 Oct 2022 01:14:16 -0400 Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6E68B282; Fri, 7 Oct 2022 22:14:13 -0700 (PDT) Date: Sat, 8 Oct 2022 13:13:43 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1665206051; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Vc2U3Kve2XhOvrPk6EOsiW40rvA4chvu6C1WjVQRXVU=; b=LH0KkydAnUjcj/4zKY0JZG6OBKymdrt9HYFx23i18WeUWSm8WhV773uc+T/msWSm8lUp31 CONkXJpXHlAC89M72h/U5Vy52jKEzdDPoWOQoSJTdvQSwXf4r1fYomVTJW0wECgtCRimbc 6nT8p09JK3D0aDC33YHCmX6LrLhgi7s= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Wu XiangCheng To: Yanteng Si Cc: Alex Shi , Jonathan Corbet , chenhuacai@kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/4] docs/zh_CN: Rewrite the zh_CN/index.rst Message-ID: References: <6afa9f74-8c92-4246-17e7-c40bdd622639@loongson.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <6afa9f74-8c92-4246-17e7-c40bdd622639@loongson.cn> X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org 2022-10-08 (六) 12:11:06 +0800 Yanteng Si 曰: > > On 10/5/22 13:13, Wu XiangCheng wrote: > > Follow Jonathan's steps[1], rewrite the entry point of kernel's Chinese > > translation documentation. > > > > Thanks, > > > > [1]: https://lore.kernel.org/linux-doc/20220927160559.97154-1-corbet@lwn.net/T > > > > Wu XiangCheng (4): > > docs/zh_CN: promote the title of zh_CN/process/index.rst > > docs/zh_CN: add zh_CN/arch.rst > > docs/zh_CN: Rewrite the Chinsese translation front page > > docs/zh_CN: add a man-pages link to zh_CN/index.rst > > When I apply your patch set, Git says: > > > Applying: docs/zh_CN: promote the title of zh_CN/process/index.rst > Applying: docs/zh_CN: add zh_CN/arch.rst > .git/rebase-apply/patch:41: new blank line at EOF. > + > warning: 1 line adds whitespace errors. > Applying: docs/zh_CN: Rewrite the Chinsese translation front page > Applying: docs/zh_CN: add a man-pages link to zh_CN/index.rst > OK. Will be fixed in v2. Thanks, -- Wu XiangCheng 0x32684A40BCA7AEA7