aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Artemiev <Igor.A.Artemiev@mcst.ru>2024-03-11 19:45:19 +0300
committerJohannes Berg <johannes.berg@intel.com>2024-03-25 15:23:06 +0100
commitec50f3114e55406a1aad24b7dfaa1c3f4336d8eb (patch)
tree7a9103868916d86efd33b8823236663696db11ec
parent5f404005055304830bbbee0d66af2964fc48f29e (diff)
downloadlinux-ec50f3114e55406a1aad24b7dfaa1c3f4336d8eb.tar.gz
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>
-rw-r--r--net/wireless/trace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireless/trace.h b/net/wireless/trace.h
index e039e66ab3777..cbbf347c6b2e0 100644
--- a/net/wireless/trace.h
+++ b/net/wireless/trace.h
@@ -1024,7 +1024,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