From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932280AbcGCX1e (ORCPT ); Sun, 3 Jul 2016 19:27:34 -0400 Received: from mail-pa0-f44.google.com ([209.85.220.44]:35626 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932191AbcGCX1c (ORCPT ); Sun, 3 Jul 2016 19:27:32 -0400 From: SeongJae Park To: byungchul.park@lge.com, paulmck@linux.vnet.ibm.com Cc: dhowells@redhat.com, minchan@kernel.org, mingo@kernel.org, corbet@lwn.net, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, SeongJae Park Subject: [PATCH v4 0/3] Doc/memory-barriers: Add Korean translation Date: Mon, 4 Jul 2016 08:27:05 +0900 Message-Id: <1467588428-5838-1-git-send-email-sj38.park@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patchset adds Korean translation of memory-barriers.txt and fix few nitpicks found during the translation. The translation has started from Feb, 2016 and using private git tree[1] to manage the work. It's commit history says that it is following upstream changes as well. Change from v3: - Polish readability for overall text: `1 file changed, 533 insertions(+), 505 deletions(-)` - Add disclaimer of translation SeongJae Park (3): memory-barriers.txt: maintain consistent blank line memory-barriers.txt: fix wrong section reference Doc/memory-barriers: Add Korean translation Documentation/ko_KR/memory-barriers.txt | 3123 +++++++++++++++++++++++++++++++ Documentation/memory-barriers.txt | 3 +- 2 files changed, 3125 insertions(+), 1 deletion(-) create mode 100644 Documentation/ko_KR/memory-barriers.txt -- 1.9.1