On Sat, Sep 23, 2023 at 09:31:54AM -0700, SeongJae Park wrote: > From: SeongJae Park <sj38.park@xxxxxxxxx> > > This patchset contains trivial fixups memorderdebugging/, which found > while doing Korean translation[1]. > > [1] https://github.com/sjp38/perfbook-ko_KR Very good, thank you!!! I have queued and pushed all but the last one. Thanx, Paul > 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 >