mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
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 <colin.i.king@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
795f85fca2
commit
a0e435e808
@ -458,7 +458,7 @@ static void sec_ipv6_hashmask(struct sec_dev_info *info, u32 hash_mask[])
|
||||
static int sec_ipv4_hashmask(struct sec_dev_info *info, u32 hash_mask)
|
||||
{
|
||||
if (hash_mask & SEC_HASH_IPV4_MASK) {
|
||||
dev_err(info->dev, "Sec Ipv4 Hash Mask Input Error!\n ");
|
||||
dev_err(info->dev, "Sec Ipv4 Hash Mask Input Error!\n");
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user