[PATCH bpf-next] docs: bpf: Fixup atomics documentation

2021-01-18 Thread Brendan Jackman
This fixues up the markup to fix a warning, be more consistent with use of monospace, and use the correct .rst syntax for (* instead of _). It also clarifies the explanation of Clang's -mcpu requirements for this feature, Alexei pointed out that use of the word "version" was confusing here. NB th

Re: [PATCH bpf-next] docs: bpf: Fixup atomics documentation

2021-01-18 Thread Jonathan Corbet
On Mon, 18 Jan 2021 11:36:43 + Brendan Jackman wrote: > This fixues up the markup to fix a warning, be more consistent with > use of monospace, and use the correct .rst syntax for (* instead > of _). It also clarifies the explanation of Clang's -mcpu > requirements for this feature, Alexei p

Re: [PATCH bpf-next] docs: bpf: Fixup atomics documentation

2021-01-18 Thread Brendan Jackman
Thanks for the review :) On Mon, 18 Jan 2021 at 16:33, Jonathan Corbet wrote: > > On Mon, 18 Jan 2021 11:36:43 + > Brendan Jackman wrote: > > > This fixues up the markup to fix a warning, be more consistent with > > use of monospace, and use the correct .rst syntax for (* instead > > of _).