[PATCH] s390/crypto/ep11: Fix typo in string

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Remove the repeated ',' from string

Signed-off-by: Li zeming <zeming@xxxxxxxxxxxx>
---
 drivers/s390/crypto/zcrypt_ep11misc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/s390/crypto/zcrypt_ep11misc.c b/drivers/s390/crypto/zcrypt_ep11misc.c
index b1c29017be5b..13ef23afd752 100644
--- a/drivers/s390/crypto/zcrypt_ep11misc.c
+++ b/drivers/s390/crypto/zcrypt_ep11misc.c
@@ -1251,7 +1251,7 @@ int ep11_clr2keyblob(u16 card, u16 domain, u32 keybitsize, u32 keygenflags,
 			    keybitsize, 0, keybuf, keybufsize);
 	if (rc) {
 		DEBUG_ERR(
-			"%s importing key value as new key failed,, rc=%d\n",
+			"%s importing key value as new key failed, rc=%d\n",
 			__func__, rc);
 		goto out;
 	}
-- 
2.18.2




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Kernel Development]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Info]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Linux Media]     [Device Mapper]

  Powered by Linux