mbox series

[v2,0/5] crypto: hisilicon/qm - some fixes and cleanups

Message ID 20230209123617.30545-1-qianweili@huawei.com (mailing list archive)
Headers show
Series crypto: hisilicon/qm - some fixes and cleanups | expand

Message

Weili Qian Feb. 9, 2023, 12:36 p.m. UTC
Fix and clean up some issues in qm.c and sgl.c.

v1 -> v2:
- Instead of changing the data type in min_t(),
use min() instead of min_t().

Weili Qian (5):
  crypto: hisilicon/qm - remove some unused defines
  crypto: hisilicon/qm - use min() instead of min_t()
  crypto: hisilicon/qm - change function names
  crypto: hisilicon/qm - update comments to match function
  crypto: hisilicon/qm - fix coding style issues

 drivers/crypto/hisilicon/qm.c  | 54 ++++++++++++----------------------
 drivers/crypto/hisilicon/sgl.c |  1 -
 include/linux/hisi_acc_qm.h    |  5 ++--
 3 files changed, 21 insertions(+), 39 deletions(-)

Comments

Herbert Xu Feb. 14, 2023, 8:49 a.m. UTC | #1
On Thu, Feb 09, 2023 at 08:36:12PM +0800, Weili Qian wrote:
> Fix and clean up some issues in qm.c and sgl.c.
> 
> v1 -> v2:
> - Instead of changing the data type in min_t(),
> use min() instead of min_t().
> 
> Weili Qian (5):
>   crypto: hisilicon/qm - remove some unused defines
>   crypto: hisilicon/qm - use min() instead of min_t()
>   crypto: hisilicon/qm - change function names
>   crypto: hisilicon/qm - update comments to match function
>   crypto: hisilicon/qm - fix coding style issues
> 
>  drivers/crypto/hisilicon/qm.c  | 54 ++++++++++++----------------------
>  drivers/crypto/hisilicon/sgl.c |  1 -
>  include/linux/hisi_acc_qm.h    |  5 ++--
>  3 files changed, 21 insertions(+), 39 deletions(-)
> 
> -- 
> 2.33.0

All applied.  Thanks.