All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] memorder: Trivial fixups
@ 2023-09-23 16:31 SeongJae Park
  2023-09-23 16:31 ` [PATCH 01/10] memorder: Fix typos: s/,/./ SeongJae Park
                   ` (10 more replies)
  0 siblings, 11 replies; 14+ messages in thread
From: SeongJae Park @ 2023-09-23 16:31 UTC (permalink / raw)
  To: paulmck; +Cc: SeongJae Park, perfbook

From: SeongJae Park <sj38.park@gmail.com>

This patchset contains trivial fixups memorderdebugging/, which found
while doing Korean translation[1].

[1] https://github.com/sjp38/perfbook-ko_KR

SeongJae Park (10):
  memorder: Fix typos: s/,/./
  memorder/memorder: Add a missing space between column name and
    'column'
  memorder: Add missing unbreakable spaces between 'values', 'and', and
    numbers
  memorder: Remove an empty fcvref block
  memorder: Remove braces for single line if-else blocks
  memorder: Consistently use \co{} instead of {\tt } for code
  memorder: Consistently use '\co{}' for 'herd'
  memorder: Remove a redundant sentence for memory barrier strength
  memorder: Make clear the scope of READ_ONCE()/WRITE_ONCE() heavy uses
  memorder: Fix wrong primitive names in a quick quizz

 memorder/memorder.tex | 72 ++++++++++++++++++++-----------------------
 1 file changed, 33 insertions(+), 39 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2023-09-24 15:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-23 16:31 [PATCH 00/10] memorder: Trivial fixups SeongJae Park
2023-09-23 16:31 ` [PATCH 01/10] memorder: Fix typos: s/,/./ SeongJae Park
2023-09-23 16:31 ` [PATCH 02/10] memorder/memorder: Add a missing space between column name and 'column' SeongJae Park
2023-09-23 16:31 ` [PATCH 03/10] memorder: Add missing unbreakable spaces between 'values', 'and', and numbers SeongJae Park
2023-09-23 16:31 ` [PATCH 04/10] memorder: Remove an empty fcvref block SeongJae Park
2023-09-23 16:31 ` [PATCH 05/10] memorder: Remove braces for single line if-else blocks SeongJae Park
2023-09-23 16:32 ` [PATCH 06/10] memorder: Consistently use \co{} instead of {\tt } for code SeongJae Park
2023-09-23 16:32 ` [PATCH 07/10] memorder: Consistently use '\co{}' for 'herd' SeongJae Park
2023-09-23 16:32 ` [PATCH 08/10] memorder: Remove a redundant sentence for memory barrier strength SeongJae Park
2023-09-23 16:32 ` [PATCH 09/10] memorder: Make clear the scope of READ_ONCE()/WRITE_ONCE() heavy uses SeongJae Park
2023-09-23 16:32 ` [PATCH 10/10] memorder: Fix wrong primitive names in a quick quizz SeongJae Park
2023-09-24  0:02   ` Akira Yokosawa
2023-09-24 15:40     ` SeongJae Park
2023-09-24 14:57 ` [PATCH 00/10] memorder: Trivial fixups Paul E. McKenney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.