Re: [PATCH v6 2/3] tracing: Add a tracepoint verification check at build time
From: Randy Dunlap <hidden>
Date: 2025-08-20 20:27:50
Also in:
linux-kbuild, lkml
From: Randy Dunlap <hidden>
Date: 2025-08-20 20:27:50
Also in:
linux-kbuild, lkml
On 8/20/25 1:19 PM, Steven Rostedt wrote:
On Wed, 20 Aug 2025 13:12:22 -0700 Randy Dunlap [off-list ref] wrote:quoted
On 8/20/25 10:47 AM, Steven Rostedt wrote:quoted
+/** + * for_each_shdr_str - iterator that reads strings that are in an ELF section. + * @len: "int" to hold the length of the current string + * @ehdr: A pointer to the ehdr of the ELF file + * @sec: The section that has the strings to iterater oniterate> + *Hmm, "to iterate on" sounds better to me. :-/
Sure, I just meant s/iterater/iterate/ -- ~Randy