Re: [PATCH] ftrace: adding the missing parameter descriptions of unregister_ftrace_direct

2024-06-05 Thread Steven Rostedt
On Mon, 27 May 2024 21:50:46 -0300 MarileneGarcia wrote: The subject for the tracing subsystem should start with a capital letter, but it is a bit confusing anyway. Should be: ftrace: Add missing kerneldoc parameters to unregister_ftrace_direct() > Adding the description of the parameters a

Re: [PATCH] ftrace: adding the missing parameter descriptions of unregister_ftrace_direct

2024-06-04 Thread Marilene Andrade Garcia
On 27/05/2024 21:50, MarileneGarcia wrote: Adding the description of the parameters addr and free_filters of the function unregister_ftrace_direct. Signed-off-by: MarileneGarcia --- Hello, These changes fix the following compiler warnings of the function unregister_ftrace_direct. The warnings

[PATCH] ftrace: adding the missing parameter descriptions of unregister_ftrace_direct

2024-05-27 Thread MarileneGarcia
Adding the description of the parameters addr and free_filters of the function unregister_ftrace_direct. Signed-off-by: MarileneGarcia --- Hello, These changes fix the following compiler warnings of the function unregister_ftrace_direct. The warnings happen using GCC compiler, enabling the ftra