From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933419AbcCNURY (ORCPT ); Mon, 14 Mar 2016 16:17:24 -0400 Received: from e38.co.us.ibm.com ([32.97.110.159]:52501 "EHLO e38.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933118AbcCNURV (ORCPT ); Mon, 14 Mar 2016 16:17:21 -0400 X-IBM-Helo: d03dlp03.boulder.ibm.com X-IBM-MailFrom: paulmck@linux.vnet.ibm.com X-IBM-RcptTo: linux-doc@vger.kernel.org;linux-kernel@vger.kernel.org Date: Mon, 14 Mar 2016 13:17:13 -0700 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 v2 0/5] Add Korean translation of memory-barriers.txt Message-ID: <20160314201713.GA9786@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: <1457622420-25591-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: <1457622420-25591-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: 16031420-0029-0000-0000-000011AD199D Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 11, 2016 at 12:06:55AM +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") Queued, thank you! I am going to have to trust you on the Korean, good thing you list yourself as maintainer. ;-) 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 | 66 +- > 2 files changed, 3083 insertions(+), 31 deletions(-) > create mode 100644 Documentation/ko_KR/memory-barriers.txt > > -- > 1.9.1 >