On 8/27/25 10:21 AM, Thomas Monjalon wrote:
There are two main parts in the Linux uAPI script: - update the headers - check the headers In order to facilitate reading and rework, these two parts are move in functions. There is no change in the behavior. Signed-off-by: Thomas Monjalon <[email protected]> --- devtools/linux-uapi.sh | 96 +++++++++++++++++++++++------------------- 1 file changed, 53 insertions(+), 43 deletions(-)
Reviewed-by: Maxime Coquelin <[email protected]> Thanks, Maxime

