You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
devtools: make uAPI check exclusive to other options
When doing a check of Linux uAPI headers,
it is better to not fix them before.
Also, it does not make sense to check just after doing an update,
as the check would just repeat the same update process.
That's why a check is now run alone without any update.
The current version has to be retrieved in all cases,
so it is moved at the beginning of any processing.
If the check option (-c) is used with an import (-i) or an upgrade (-u),
an error is raised.
Signed-off-by: Thomas Monjalon <[email protected]>
Reviewed-by: Maxime Coquelin <[email protected]>
0 commit comments