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
treewide: remove unless void cast on unused function arguments
Function arguments that are unused are already specified using
__maybe_unused attribute. Remove the useless remaining cast to void
and replace __maybe_unused with __unused where applicable.
Signed-off-by: Etienne Carriere <etienne.carriere@st.com>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
0 commit comments