On 3/29/2024 2:32 AM, Jeff Johnson wrote:
On 3/27/2024 10:52 PM, Manish Dharanenthiran wrote:
[...]
+/**
+ * cfg80211_update_link_reconfig_remove_status - Inform userspace about
+ * the removal status of link which is scheduled for removal
+ * @dev: the device on which the operation is requested
+ * @link_id: Link which is undergoing removal
+ * @tbtt_count: Current tbtt_count to be updated.
+ * @tsf: Beacon's timestamp value
+ * @status: Inform started or completed action to userspace based on the value
kernel-doc warns:
include/net/cfg80211.h:9573: warning: Function parameter or struct member 'action' not described in 'cfg80211_update_link_reconfig_remove_status'
include/net/cfg80211.h:9573: warning: Excess function parameter 'status' description in 'cfg80211_update_link_reconfig_remove_status'
/jeff
Will address that in the upcoming version.
Is there any way to run this locally similar to checkpatch? so that we
will make sure check this as well before sending to community in
upcoming patches.
Regards
Manish Dharanenthiran