Skip to content

Commit ec50f31

Browse files
Igor Artemievjmberg-intel
authored andcommitted
wifi: cfg80211: fix rdev_dump_mpp() arguments order
Fix the order of arguments in the TP_ARGS macro for the rdev_dump_mpp tracepoint event. Found by Linux Verification Center (linuxtesting.org). Signed-off-by: Igor Artemiev <Igor.A.Artemiev@mcst.ru> Link: https://msgid.link/20240311164519.118398-1-Igor.A.Artemiev@mcst.ru Signed-off-by: Johannes Berg <johannes.berg@intel.com>
1 parent 5f40400 commit ec50f31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

net/wireless/trace.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ TRACE_EVENT(rdev_get_mpp,
10241024
TRACE_EVENT(rdev_dump_mpp,
10251025
TP_PROTO(struct wiphy *wiphy, struct net_device *netdev, int _idx,
10261026
u8 *dst, u8 *mpp),
1027-
TP_ARGS(wiphy, netdev, _idx, mpp, dst),
1027+
TP_ARGS(wiphy, netdev, _idx, dst, mpp),
10281028
TP_STRUCT__entry(
10291029
WIPHY_ENTRY
10301030
NETDEV_ENTRY

0 commit comments

Comments
 (0)