Re: [net-next v1] net: wwan: t7xx: Fix FSM command timeout issue
From: Bjorn Helgaas
Date: Thu Dec 12 2024 - 11:37:50 EST
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/