更正书写错误

This commit is contained in:
jmxl
2021-03-18 15:30:26 +08:00
committed by Gitee
parent 7d5e8b770f
commit 73edce961a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ int32_t SampleDriverBind(struct HdfDeviceObject *deviceObject)
int32_t SampleDriverInit(struct HdfDeviceObject *deviceObject)
{
// TODO: Init hardware or other resources here.
return HDF_S UCCESS;
return HDF_SUCCESS;
}
```
+1 -1
View File
@@ -98,7 +98,7 @@ Init接口描述:当框架完成设备绑定动作后,就开始调用驱动
int32_t SampleDriverInit(struct HdfDeviceObject *deviceObject)
{
// TODO: Init hardware or other resources here.
return HDF_S UCCESS;
return HDF_SUCCESS;
}
```