sdma-dk: fix bug code

Fix bug code by review.

Signed-off-by: zhangyuyang <zhangyuyang31@huawei.com>
This commit is contained in:
zhangyuyang 2024-09-15 08:54:49 +08:00
parent 56e385c07e
commit 6653f44969
2 changed files with 5 additions and 1 deletions

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: sdma-dk
Version: 1.0.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: SDMA user-mode driver
License: Apache-2.0
Source0: %{name}-%{version}.tar.gz
@ -37,6 +37,10 @@ find ${RPM_BUILD_ROOT}/%{_libdir}/ -name '*.so*'
/usr/include/*
%changelog
* Sun Sep 15 2024 zhangyuyang <zhangyuyang31@huawei.com> - 1.0.0-4
- Type:bugfix
- DESC:fix bug code by review
* Wed Sep 11 2024 zhangyuyang <zhangyuyang31@huawei.com> - 1.0.0-3
- Type:bugfix
- DESC:add fast mode and fix sdma-dk code