mbox series

[v4,0/3] crypto:hisilicon/sec - fixes some coding style

Message ID 1615620505-50018-1-git-send-email-liulongfang@huawei.com (mailing list archive)
Headers show
Series crypto:hisilicon/sec - fixes some coding style | expand

Message

liulongfang March 13, 2021, 7:28 a.m. UTC
1. Fix a problems.
2. Fix some coding style.

Changes v3 -> v4:
  - Fixed an unused warning on dev.
  - Create a patch for bugfix

Changes v2 -> v3:
  - Delete shash test error patch.

Changes v1 -> v2:
  - Modify the way to fix shash test error.

Longfang Liu (3):
  crypto: hisilicon/sec - fixes a printing error
  crypto: hisilicon/sec - fixes some coding style
  crypto: hisilicon/sec - fixes some driver coding style

 drivers/crypto/hisilicon/sec2/sec.h        |   5 +-
 drivers/crypto/hisilicon/sec2/sec_crypto.c |  77 +++++++++--------
 drivers/crypto/hisilicon/sec2/sec_crypto.h |   2 -
 drivers/crypto/hisilicon/sec2/sec_main.c   | 131 +++++++++++++++++------------
 4 files changed, 116 insertions(+), 99 deletions(-)

Comments

Herbert Xu March 19, 2021, 11:04 a.m. UTC | #1
On Sat, Mar 13, 2021 at 03:28:22PM +0800, Longfang Liu wrote:
> 1. Fix a problems.
> 2. Fix some coding style.
> 
> Changes v3 -> v4:
>   - Fixed an unused warning on dev.
>   - Create a patch for bugfix
> 
> Changes v2 -> v3:
>   - Delete shash test error patch.
> 
> Changes v1 -> v2:
>   - Modify the way to fix shash test error.
> 
> Longfang Liu (3):
>   crypto: hisilicon/sec - fixes a printing error
>   crypto: hisilicon/sec - fixes some coding style
>   crypto: hisilicon/sec - fixes some driver coding style
> 
>  drivers/crypto/hisilicon/sec2/sec.h        |   5 +-
>  drivers/crypto/hisilicon/sec2/sec_crypto.c |  77 +++++++++--------
>  drivers/crypto/hisilicon/sec2/sec_crypto.h |   2 -
>  drivers/crypto/hisilicon/sec2/sec_main.c   | 131 +++++++++++++++++------------
>  4 files changed, 116 insertions(+), 99 deletions(-)

All applied.  Thanks.