From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755722AbcGUBLW (ORCPT ); Wed, 20 Jul 2016 21:11:22 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:33575 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755651AbcGUBLR (ORCPT ); Wed, 20 Jul 2016 21:11:17 -0400 From: SeongJae Park To: byungchul.park@lge.com, paulmck@linux.vnet.ibm.com, corbet@lwn.net, mingo@kernel.org Cc: dhowells@redhat.com, minchan@kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, SeongJae Park Subject: [PATCH v5 0/2] Doc/memory-barriers: Add Korean translation Date: Thu, 21 Jul 2016 10:10:56 +0900 Message-Id: <1469063458-6573-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 a Korean translation of memory-barriers.txt and fix a typo that was found during the translation. The translation has started from Feb, 2016 and using a public git tree[1] to manage the work. It's commit history says that it is following upstream changes as well. Changes from v4: - Polish readability for overall text again: `1 file changed, 838 insertions(+), 799 deletions(-)` Changes from v3: - Polish readability for overall text: `1 file changed, 533 insertions(+), 505 deletions(-)` - Add disclaimer of translation [1] https://github.com/sjp38/linux.doc_trans_membarrier SeongJae Park (2): Doc/memory-barriers: Fix a typo of example result Doc/memory-barriers: Add Korean translation Documentation/ko_KR/memory-barriers.txt | 3134 +++++++++++++++++++++++++++++++ Documentation/memory-barriers.txt | 2 +- 2 files changed, 3135 insertions(+), 1 deletion(-) create mode 100644 Documentation/ko_KR/memory-barriers.txt -- 1.9.1