Re: [PATCH] docs: trace: fprobe: fix 'thos' spelling
shaikh kamaluddin <[email protected]> Tue, 28 Jul 2026 19:09:11 +0530
| Newsgroups | org.kernel.vger.linux-trace-kernel,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <amiw_5EeKOErKhD9@acer-nitro-anv15-41> |
On Tue, Jul 28, 2026 at 09:46:45PM +0900, Masami Hiramatsu wrote: > On Sun, 26 Jul 2026 12:26:33 +0530 > "shaikh.kamal" <[email protected]> wrote: > > > Fix spelling error reported by codespell: thos -> those. > > No functional change. > > > > OK, let me pick it up. > > Thanks! > Thank you Masami > > Signed-off-by: shaikh.kamal <[email protected]> > > --- > > Documentation/trace/fprobe.rst | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/Documentation/trace/fprobe.rst b/Documentation/trace/fprobe.rst > > index 95998b189ae3..46dd46a97c1f 100644 > > --- a/Documentation/trace/fprobe.rst > > +++ b/Documentation/trace/fprobe.rst > > @@ -118,7 +118,7 @@ will be cancelled. > > @fregs > > This is the `ftrace_regs` data structure at the entry and exit. This > > includes the function parameters, or the return values. So user can > > - access thos values via appropriate `ftrace_regs_*` APIs. > > + access those values via appropriate `ftrace_regs_*` APIs. > > > > @entry_data > > This is a local storage to share the data between entry and exit handlers. > > -- > > 2.43.0 > > > > > -- > Masami Hiramatsu (Google) <[email protected]>