On 28/07/2023 5:02 pm, Federico Serafini wrote: > Change types in function declarations to be consistent with the > corresponding definitions. > This addresses violations of MISRA C:2012 Rule 8.3: "All declarations > of an object or function shall use the same names and type qualifiers". > > No functional changes. > > Signed-off-by: Federico Serafini <[email protected]>
Acked-by: Andrew Cooper <[email protected]> Always glad to see more bool_t disappearing.
