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 X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ED8BAC433E2 for ; Mon, 31 Aug 2020 22:13:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D1A3C20719 for ; Mon, 31 Aug 2020 22:13:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727855AbgHaWNc (ORCPT ); Mon, 31 Aug 2020 18:13:32 -0400 Received: from ms.lwn.net ([45.79.88.28]:39000 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726044AbgHaWNc (ORCPT ); Mon, 31 Aug 2020 18:13:32 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 564CF2D5; Mon, 31 Aug 2020 22:13:32 +0000 (UTC) Date: Mon, 31 Aug 2020 16:13:31 -0600 From: Jonathan Corbet To: SeongJae Park Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, SeongJae Park Subject: Re: [PATCH v2 0/2] docs/howto.rst: Sync with original Message-ID: <20200831161331.6621a467@lwn.net> In-Reply-To: <20200829082343.2979-1-sj38.park@gmail.com> References: <20200829082343.2979-1-sj38.park@gmail.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 29 Aug 2020 10:23:41 +0200 SeongJae Park wrote: > This patchset syncs howto.rst for recent changes to the original doc and > fix some trivial nits in the translation itself. > > The patches are based on v5.9-rc2. > > Changes from v1 > - Fix mismatch between author and Signed-off-by: > > SeongJae Park (2): > Documentation/kokr: bring process docs up to date > Documentation/kokr/howto: Wordsmith > > Documentation/translations/ko_KR/howto.rst | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) Set applied, thanks. jon