mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] doc/ko_KR/memory-barriers: Update control-dependencies example
@ 2017-06-01  4:21 SeongJae Park
  2017-06-05 21:55 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: SeongJae Park @ 2017-06-01  4:21 UTC (permalink / raw)
  To: paulmck, corbet, vichy.kuo; +Cc: linux-doc, linux-kernel, SeongJae Park

This commit applies upstream change, commit b26cfc48e3e0 ("doc: Update
control-dependencies section of memory-barriers.txt"), to Korean
translation.

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
---
 Documentation/translations/ko_KR/memory-barriers.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/translations/ko_KR/memory-barriers.txt b/Documentation/translations/ko_KR/memory-barriers.txt
index d05d4c54e8f7..c6f4ead76ce7 100644
--- a/Documentation/translations/ko_KR/memory-barriers.txt
+++ b/Documentation/translations/ko_KR/memory-barriers.txt
@@ -786,7 +786,7 @@ CPU 는 b 로부터의 로드 오퍼레이션이 a 로부터의 로드 오퍼레
 위의 코드를 아래와 같이 바꿔버릴 수 있습니다:
 
 	q = READ_ONCE(a);
-	WRITE_ONCE(b, 1);
+	WRITE_ONCE(b, 2);
 	do_something_else();
 
 이렇게 되면, CPU 는 변수 'a' 로부터의 로드와 변수 'b' 로의 스토어 사이의 순서를
-- 
2.13.0

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] doc/ko_KR/memory-barriers: Update control-dependencies example
  2017-06-01  4:21 [PATCH] doc/ko_KR/memory-barriers: Update control-dependencies example SeongJae Park
@ 2017-06-05 21:55 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2017-06-05 21:55 UTC (permalink / raw)
  To: SeongJae Park; +Cc: paulmck, vichy.kuo, linux-doc, linux-kernel

On Thu,  1 Jun 2017 13:21:02 +0900
SeongJae Park <sj38.park@gmail.com> wrote:

> This commit applies upstream change, commit b26cfc48e3e0 ("doc: Update
> control-dependencies section of memory-barriers.txt"), to Korean
> translation.

I've applied this to the docs tree, thanks.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-05 21:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-01  4:21 [PATCH] doc/ko_KR/memory-barriers: Update control-dependencies example SeongJae Park
2017-06-05 21:55 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome