1wrie:fix typo

Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
anjiahao 2023-04-28 15:28:08 +08:00 committed by Xiang Xiao
parent b2c1930825
commit ebecd81de7
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ static int onewire_pm_prepare(FAR struct pm_callback_s *cb, int domain,
/* Check if exclusive lock for the bus master is held. */
if (nxrmutex_is_locked(&master->devlock)
if (nxrmutex_is_locked(&master->devlock))
{
/* Exclusive lock is held, do not allow entry to deeper PM
* states.