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