mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
crypto: hisilicon/sec - remove continuous blank lines
Fix that put two or more continuous blank lines inside function. Signed-off-by: Wenkai Lin <linwenkai6@hisilicon.com> Signed-off-by: Kai Ye <yekai13@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
@@ -427,7 +427,6 @@ static void sec_set_endian(struct hisi_qm *qm)
|
||||
if (!IS_ENABLED(CONFIG_64BIT))
|
||||
reg |= BIT(1);
|
||||
|
||||
|
||||
if (!IS_ENABLED(CONFIG_CPU_LITTLE_ENDIAN))
|
||||
reg |= BIT(0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user