From 05179c54cbd7f4683309721e3754463ff94d56c7 Mon Sep 17 00:00:00 2001 From: zwjhit <2725096176@qq.com> Date: Thu, 23 Jun 2022 17:48:06 +0800 Subject: [PATCH] Fix a typo Signed-off-by: zwjhit <2725096176@qq.com> --- camera_hdf/hdi_impl/src/dstream_operator/dstream_operator.cpp | 2 +- camera_hdf/interfaces/hdi_ipc/ipc_data_utils.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/camera_hdf/hdi_impl/src/dstream_operator/dstream_operator.cpp b/camera_hdf/hdi_impl/src/dstream_operator/dstream_operator.cpp index e173080f..1155e604 100644 --- a/camera_hdf/hdi_impl/src/dstream_operator/dstream_operator.cpp +++ b/camera_hdf/hdi_impl/src/dstream_operator/dstream_operator.cpp @@ -108,7 +108,7 @@ CamRetCode DStreamOperator::ReleaseStreams(const std::vector& streamIds) DHLOGE("Release distributed camera buffer queue for stream %d failed.", id); return MapToExternalRetCode(ret); } else { - DHLOGI("Release distributed camera buffer queue for stream %d successs.", id); + DHLOGI("Release distributed camera buffer queue for stream %d success.", id); } stream = nullptr; halStreamMap_.erase(id); diff --git a/camera_hdf/interfaces/hdi_ipc/ipc_data_utils.h b/camera_hdf/interfaces/hdi_ipc/ipc_data_utils.h index 9b094352..9fc24122 100644 --- a/camera_hdf/interfaces/hdi_ipc/ipc_data_utils.h +++ b/camera_hdf/interfaces/hdi_ipc/ipc_data_utils.h @@ -101,4 +101,4 @@ public: }; } // namespace DistributedHardware } // namespace OHOS -#endif // HDI_IPC_DATA_UTILS_H \ No newline at end of file +#endif // HDI_IPC_DATA_UTILS_H -- Gitee