mbox series

[0/3] A few cleanup patches for crypto

Message ID 20220923090823.509656-1-cuigaosheng1@huawei.com (mailing list archive)
Headers show
Series A few cleanup patches for crypto | expand

Message

Gaosheng Cui Sept. 23, 2022, 9:08 a.m. UTC
This series contains a few cleanup patches, to remove orphan
inline functions and simplify some code. Thanks!

Gaosheng Cui (3):
  crypto: bcm - Simplify obtain the name for cipher
  crypto: aead - Remove unused inline functions from aead
  crypto: scatterwalk - Remove unused inline function
    scatterwalk_aligned()

 drivers/crypto/bcm/cipher.c    |  4 ++--
 include/crypto/internal/aead.h | 25 -------------------------
 include/crypto/scatterwalk.h   |  6 ------
 3 files changed, 2 insertions(+), 33 deletions(-)

Comments

Herbert Xu Sept. 30, 2022, 6:16 a.m. UTC | #1
On Fri, Sep 23, 2022 at 05:08:20PM +0800, Gaosheng Cui wrote:
> This series contains a few cleanup patches, to remove orphan
> inline functions and simplify some code. Thanks!
> 
> Gaosheng Cui (3):
>   crypto: bcm - Simplify obtain the name for cipher
>   crypto: aead - Remove unused inline functions from aead
>   crypto: scatterwalk - Remove unused inline function
>     scatterwalk_aligned()
> 
>  drivers/crypto/bcm/cipher.c    |  4 ++--
>  include/crypto/internal/aead.h | 25 -------------------------
>  include/crypto/scatterwalk.h   |  6 ------
>  3 files changed, 2 insertions(+), 33 deletions(-)
> 
> -- 
> 2.25.1

All applied.  Thanks.