mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 04:19:37 +08:00
drivers/rpmsg: fix typo intialize -> initialize
Signed-off-by: chao an <anchao@lixiang.com>
This commit is contained in:
@@ -396,7 +396,7 @@ static int rptun_ivshmem_probe(FAR struct ivshmem_device_s *ivdev)
|
||||
ret = rptun_initialize(&priv->rptun);
|
||||
if (ret < 0)
|
||||
{
|
||||
pcierr("rptun intialize failed, ret=%d\n", ret);
|
||||
pcierr("rptun initialize failed, ret=%d\n", ret);
|
||||
goto err;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user