From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964825AbcCJCBh (ORCPT ); Wed, 9 Mar 2016 21:01:37 -0500 Received: from e18.ny.us.ibm.com ([129.33.205.208]:43935 "EHLO e18.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752898AbcCJCB2 (ORCPT ); Wed, 9 Mar 2016 21:01:28 -0500 X-IBM-Helo: d01dlp03.pok.ibm.com X-IBM-MailFrom: paulmck@linux.vnet.ibm.com X-IBM-RcptTo: linux-doc@vger.kernel.org;linux-kernel@vger.kernel.org Date: Wed, 9 Mar 2016 18:01:27 -0800 From: "Paul E. McKenney" To: SeongJae Park Cc: dhowells@redhat.com, corbet@lwn.net, minchan@kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/5] Add Korean translation of memory-barriers.txt Message-ID: <20160310020127.GE3452@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: <1457570939-7740-1-git-send-email-sj38.park@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1457570939-7740-1-git-send-email-sj38.park@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16031002-0045-0000-0000-00000392D087 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 10, 2016 at 09:48:54AM +0900, SeongJae Park wrote: > This patchset aims to add Korean translation of memory-barriers document. > > The patchset starts from fixing minor and trivial problems in the original > document that found during translation. After that, the final patch adds the > Korean translation of the document. > > The patches are based on recent next tree: > 0f6dd067b9c3c712b1177fa2fc0deb21805c771c ("Add linux-next specific files for > 20160309") I have queued this series for review, thank you! Of course, I cannot do anything to the Korean translation other than to pass it through unchanged. ;-) Thanx, Paul > SeongJae Park (5): > doc/memory-barriers: fix missed renaming: s/lock/acquire > doc/memory-barriers: add missed subsection in TOC > doc/memory-barriers: fix typo > doc/memory-barriers: Insert white spaces consistently > Doc/memory-barriers: add Korean translation > > Documentation/ko_KR/memory-barriers.txt | 3048 +++++++++++++++++++++++++++++++ > Documentation/memory-barriers.txt | 62 +- > 2 files changed, 3081 insertions(+), 29 deletions(-) > create mode 100644 Documentation/ko_KR/memory-barriers.txt > > -- > 1.9.1 >