From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934576AbcCJAs4 (ORCPT ); Wed, 9 Mar 2016 19:48:56 -0500 Received: from mail-pa0-f66.google.com ([209.85.220.66]:35371 "EHLO mail-pa0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752643AbcCJAss (ORCPT ); Wed, 9 Mar 2016 19:48:48 -0500 From: SeongJae Park To: paulmck@linux.vnet.ibm.com Cc: dhowells@redhat.com, corbet@lwn.net, minchan@kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, SeongJae Park Subject: [PATCH 0/5] Add Korean translation of memory-barriers.txt Date: Thu, 10 Mar 2016 09:48:54 +0900 Message-Id: <1457570939-7740-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 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") 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