wifi: nl80211: rename enum plink_actions
authorJeff Johnson <quic_jjohnson@quicinc.com>
Tue, 19 Mar 2024 18:26:23 +0000 (11:26 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 25 Mar 2024 14:36:55 +0000 (15:36 +0100)
commit1c7b963c20650f1ffd787a088680c9a086ee349f
tree4986b659374eba36ba494ae6a16fddd69fbf77ce
parent5930a9967c78152f00f591c7d0a73c2d117e448a
wifi: nl80211: rename enum plink_actions

kernel-doc flagged the following issue:
include/uapi/linux/nl80211.h:6081: warning: expecting prototype for enum nl80211_plink_action. Prototype was for enum plink_actions instead

This is because the documentation doesn't match the code. Normally the
correct fix for such an issue is to modify the documentation to match
the code. However, in this case, since the actual name plink_actions
is not referenced by any code, rename it to nl80211_plink_action to
give it a proper prefix and match the documentation.

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Link: https://msgid.link/20240319-kdoc-nl80211-v1-1-549e09d52866@quicinc.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/uapi/linux/nl80211.h