···306306 * Increment the usage count of a feature.
307307 * When the feature is used for the first time, then the feature will be begun.
308308 *
309309- * @param xsysd Pointer to self
310310- * @param feature Which feature is being counted.
309309+ * @param xsysd Pointer to self
310310+ * @param type Which feature is being counted.
311311 */
312312 xrt_result_t (*feature_inc)(struct xrt_system_devices *xsysd, enum xrt_device_feature_type type);
313313···315315 * Decrement the usage count of a feature.
316316 * When the feature is not used by the current application any more, then the feature will be ended.
317317 *
318318- * @param xsysd Pointer to self
319319- * @param feature Which feature is being counted.
318318+ * @param xsysd Pointer to self
319319+ * @param type Which feature is being counted.
320320 */
321321 xrt_result_t (*feature_dec)(struct xrt_system_devices *xsysd, enum xrt_device_feature_type type);
322322