On 2022-03-09 11:16 PM, Pierre-Louis Bossart wrote:
+/*
+ * avs_ipc_delete_instance - Delete module instance
+ *
+ * @adev: Driver context
+ * @module_id: Module-type id
+ * @instance_id: Unique module instance id
+ *
+ * Argument verification, as well as pipeline state checks are done
by the
+ * firmware.
+ *
+ * Note: only standalone modules i.e. without a parent pipeline shall be
+ * deleted using this IPC message. In all other cases, pipeline
owning the
+ * modules peforms cleanup automatically when it is deleted.
typo: performs
checkpatch.pl --strict --codespell would detect all this for you.
Ack.