[lvc-project] [PATCH] wifi: cfg80211: fix rdev_dump_mpp() arguments order
Fedor Pchelkin
pchelkin at ispras.ru
Tue Mar 19 17:09:48 MSK 2024
Добрый день!
Спасибо за патч!
On Mon, 11. Mar 19:45, Igor Artemiev wrote:
> Fix the order of arguments in the TP_ARGS macro
> for the rdev_dump_mpp tracepoint event.
Думаю, можно было бы добавить одно предложение с кратким пояснением того,
в чем заключается исправляемая ошибка.
>
> Found by Linux Verification Center (linuxtesting.org).
>
Нужен ли здесь тег Fixes?
> Signed-off-by: Igor Artemiev <Igor.A.Artemiev at mcst.ru>
> ---
> net/wireless/trace.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/net/wireless/trace.h b/net/wireless/trace.h
> index 1f374c8a17a5..cc3fd4177bce 100644
> --- a/net/wireless/trace.h
> +++ b/net/wireless/trace.h
> @@ -1013,7 +1013,7 @@ TRACE_EVENT(rdev_get_mpp,
> TRACE_EVENT(rdev_dump_mpp,
> TP_PROTO(struct wiphy *wiphy, struct net_device *netdev, int _idx,
> u8 *dst, u8 *mpp),
> - TP_ARGS(wiphy, netdev, _idx, mpp, dst),
> + TP_ARGS(wiphy, netdev, _idx, dst, mpp),
> TP_STRUCT__entry(
> WIPHY_ENTRY
> NETDEV_ENTRY
> --
> 2.39.2
>
More information about the lvc-project
mailing list