On Thu, Nov 24, 2022 at 10:57:49AM -0800, SeongJae Park wrote: > From: SeongJae Park <sj38.park@xxxxxxxxx> > > This patchset contains minor fixes for defer/ that found during the > Korean translation[1] of it. > > [1] https://github.com/sjp38/perfbook-ko_KR Good catches, thank you!!! Queued and pushed. And a happy Thanksgiving weekend to you, assuming that you are still in Seattle. ;-) Thanx, Paul > SeongJae Park (13): > defer/rcuintro: Clearly point the QSBR described section > defer/rcufundamental: Add non-breaking spaces > defer/rcuapi: Add missed unbreakable spaces > defer/rcuapi: Use \co{} for boolean return value > defer/seqlock: Use \co{} for boolean return value > defer/rcuusage: Call paragraphs paragraphs, not sections > defer/rcuusage: Provide the reference to synchronous RCU update-side > primitives > defer/rcuusage: Add a missed unbreakable space > defer/rcuusage: Add missing '()' for 'rcu_dereference()' > defer/rcuusage: Fix wrong function name: s/timer_stop/nmi_stop/ > defer/rcurelated: Remove unopen closing parentheses > defer/whichtochoose: Fix a wrongly positioned unbreakable space > defer/whichtochoose: Remove an unnecessary space. > > defer/rcuapi.tex | 10 +++++----- > defer/rcufundamental.tex | 6 +++--- > defer/rcuintro.tex | 3 ++- > defer/rcurelated.tex | 2 +- > defer/rcuusage.tex | 14 ++++++++------ > defer/seqlock.tex | 4 ++-- > defer/whichtochoose.tex | 4 ++-- > 7 files changed, 23 insertions(+), 20 deletions(-) > > -- > 2.17.1 >