From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A17F8C433F5 for ; Sat, 8 Oct 2022 17:50:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230435AbiJHRt5 (ORCPT ); Sat, 8 Oct 2022 13:49:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45672 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230309AbiJHRtv (ORCPT ); Sat, 8 Oct 2022 13:49:51 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C91C215FE3; Sat, 8 Oct 2022 10:49:49 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 0D5E5B80B6E; Sat, 8 Oct 2022 17:49:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7874BC433D7; Sat, 8 Oct 2022 17:49:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665251386; bh=rhu4tXwJzEldn38Q3iAECeDkTTaB/gJXB15p4JdG7Po=; h=From:To:Cc:Subject:Date:From; b=KdxC3MeYBrkOWUzs2CkoPIlvzx63uadcYz3zz5/zsHkwYRIx4rbnJxJARWBBMPR4Z arkyyNNpTjTIEJVIB4i1BNe+UHf1b0Ncv4C0cXS+9wJsjW3buIl5zZWrBzAwLQgEuL csaSWSvDhUSIkJyUFb0yL60ksDOuWvX3dgpyO7amY3fryxSOOYgkhTNLW9/dkBZf7z bzv1wGXx3l7U9/AKlGGRSadKmBZINASJUb4es/Fy3fEZporpWaULj0o7ZDiQLG27U1 bCd0FUMNSFyBg1oZ95jbVWyfUzZY6lgAWQVIDKYAVNy/NoIw1yDAT/2C+0lwwWCXgN MJygrqc701ySA== From: SeongJae Park To: paulmck@kernel.org, corbet@lwn.net Cc: linux-doc@vger.kernel.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, SeongJae Park Subject: [PATCH 0/4] docs/memory-barriers.txt: Fix nits and update Korean translation Date: Sat, 8 Oct 2022 10:49:24 -0700 Message-Id: <20221008174928.13479-1-sj@kernel.org> X-Mailer: git-send-email 2.17.1 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patchset fixes one trivial nit in memory-barriers.txt (patch 1) and updates Korean translation to match the content of the original one (patches 2-4). SeongJae Park (4): docs/memory-barriers.txt: Add a missed closing parenthesis docs/memory-barriers.txt/kokr: introduce io_stop_wc() and add implementation for ARM64 docs/memory-barriers.txt/kokr: Add memory barrier dma_mb() docs/memory-barriers.txt/kokr: Fix confusing name of 'data dependency barrier' Documentation/memory-barriers.txt | 2 +- .../translations/ko_KR/memory-barriers.txt | 149 ++++++++++-------- 2 files changed, 86 insertions(+), 65 deletions(-) -- 2.17.1