On Thu, Dec 12, 2024 at 06:55:55PM +0800, Jinjian Song wrote: > When driver processes the internal state change command, it use > asynchronous thread to process the command operation. If the main > thread detects that the task has timed out, the asynchronous thread > will panic when executing te completion notification because the > main thread completion object is released. s/it use/it uses an/ s/te/the/ s/is released/has been released/