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 e173080f4f933818e15e441e486ed82bf89f5522..1155e6043098a45a60cb050c9229cd18701b4cf4 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 9b094352c835a604420c740ec555c9bdbd848dc1..9fc24122501e6d9928cab9341a86c7cd3ec25151 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