lkml.org 
[lkml]   [2017]   [Sep]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 1/5] crypto: omap-aes: pr_err() strings should end with newlines
    Date
    pr_err() messages should terminated with a new-line to avoid
    other messages being concatenated onto the end.

    Signed-off-by: Arvind Yadav <arvind.yadav.cs@gmail.com>
    ---
    drivers/crypto/omap-aes-gcm.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/crypto/omap-aes-gcm.c b/drivers/crypto/omap-aes-gcm.c
    index 7d4f8a4..9f8a1f7 100644
    --- a/drivers/crypto/omap-aes-gcm.c
    +++ b/drivers/crypto/omap-aes-gcm.c
    @@ -214,7 +214,7 @@ static int do_encrypt_iv(struct aead_request *req, u32 *tag, u32 *iv)
    }
    /* fall through */
    default:
    - pr_err("Encryption of IV failed for GCM mode");
    + pr_err("Encryption of IV failed for GCM mode\n");
    break;
    }

    --
    1.9.1
    \
     
     \ /
      Last update: 2017-09-25 12:39    [W:2.771 / U:0.000 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site