mbox series

[0/2] crypto: hisilicon - misc fixes

Message ID 1602728584-47722-1-git-send-email-liulongfang@huawei.com
Headers show
Series crypto: hisilicon - misc fixes | expand

Message

liulongfang Oct. 15, 2020, 2:23 a.m. UTC
This patchset fixes some coding style.

Longfang Liu (2):
  crypto: hisilicon - delete unused structure member variables
  crypto: hisilicon - fixes some coding style

 drivers/crypto/hisilicon/sec2/sec.h        |  2 --
 drivers/crypto/hisilicon/sec2/sec_crypto.c | 17 ++++++-----------
 drivers/crypto/hisilicon/sec2/sec_main.c   | 30 ++++++++++++------------------
 3 files changed, 18 insertions(+), 31 deletions(-)

Comments

Herbert Xu Oct. 30, 2020, 6:50 a.m. UTC | #1
On Thu, Oct 15, 2020 at 10:23:02AM +0800, Longfang Liu wrote:
> This patchset fixes some coding style.
> 
> Longfang Liu (2):
>   crypto: hisilicon - delete unused structure member variables
>   crypto: hisilicon - fixes some coding style
> 
>  drivers/crypto/hisilicon/sec2/sec.h        |  2 --
>  drivers/crypto/hisilicon/sec2/sec_crypto.c | 17 ++++++-----------
>  drivers/crypto/hisilicon/sec2/sec_main.c   | 30 ++++++++++++------------------
>  3 files changed, 18 insertions(+), 31 deletions(-)

All applied.  Thanks.