Skip to content

Commit a0e435e

Browse files
ColinIanKingherbertx
authored andcommitted
crypto: hisilicon/sec - Remove trailing space after \n newline
There is a extraneous space after a newline in a dev_err message. Remove it. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
1 parent 795f85f commit a0e435e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/crypto/hisilicon/sec/sec_drv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ static void sec_ipv6_hashmask(struct sec_dev_info *info, u32 hash_mask[])
458458
static int sec_ipv4_hashmask(struct sec_dev_info *info, u32 hash_mask)
459459
{
460460
if (hash_mask & SEC_HASH_IPV4_MASK) {
461-
dev_err(info->dev, "Sec Ipv4 Hash Mask Input Error!\n ");
461+
dev_err(info->dev, "Sec Ipv4 Hash Mask Input Error!\n");
462462
return -EINVAL;
463463
}
464464

0 commit comments

Comments
 (0)