From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752588AbcCJPG6 (ORCPT ); Thu, 10 Mar 2016 10:06:58 -0500 Received: from mail-pf0-f196.google.com ([209.85.192.196]:35014 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751383AbcCJPGu (ORCPT ); Thu, 10 Mar 2016 10:06:50 -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 v2 0/5] Add Korean translation of memory-barriers.txt Date: Fri, 11 Mar 2016 00:06:55 +0900 Message-Id: <1457622420-25591-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 | 66 +- 2 files changed, 3083 insertions(+), 31 deletions(-) create mode 100644 Documentation/ko_KR/memory-barriers.txt -- 1.9.1