lkml.org 
[lkml]   [2019]   [Jul]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH v2 06/35] crypto: Use kmemdup rather than duplicating its implementation
    Fuqian Huang <huangfq.daxian@gmail.com> wrote:
    > kmemdup is introduced to duplicate a region of memory in a neat way.
    > Rather than kmalloc/kzalloc + memcpy, which the programmer needs to
    > write the size twice (sometimes lead to mistakes), kmemdup improves
    > readability, leads to smaller code and also reduce the chances of mistakes.
    > Suggestion to use kmemdup rather than using kmalloc/kzalloc + memcpy.
    >
    > Signed-off-by: Fuqian Huang <huangfq.daxian@gmail.com>
    > ---
    > Changes in v2:
    > - Fix a typo in commit message (memset -> memcpy)
    >
    > drivers/crypto/caam/caampkc.c | 11 +++--------
    > drivers/crypto/virtio/virtio_crypto_algs.c | 4 +---
    > 2 files changed, 4 insertions(+), 11 deletions(-)

    Patch applied. Thanks.
    --
    Email: Herbert Xu <herbert@gondor.apana.org.au>
    Home Page: http://gondor.apana.org.au/~herbert/
    PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

    \
     
     \ /
      Last update: 2019-07-26 14:32    [W:5.383 / U:0.316 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site