> +/** > + * cfg80211_update_link_reconfig_remove_update - 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 > + * @cmd: Inform started or completed action to userspace based on the value Might be nicer here to wrap (some of) the many args into a struct? I also don't see a need for a return value (and you didn't document it) johannes