libwd/0159-drv-hpre-remove-redundant-blank-line.patch
Yang Shen ec2f993b84 libwd: backport for uadk from 2.3.31 to 2.3.36
Update some patch for uadk from mainline.
To get more information, please visit the homepage:
https://github.comp/Linaro/uadk

Signed-off-by: Yang Shen <shenyang39@huawei.com>
2022-07-28 15:32:23 +08:00

28 lines
764 B
Diff

From d0300cca906531d85d025c1c17a3d845a0f45902 Mon Sep 17 00:00:00 2001
From: Weili Qian <qianweili@huawei.com>
Date: Sat, 23 Jul 2022 10:49:00 +0800
Subject: [PATCH 174/183] drv/hpre: remove redundant blank line
This patch removes redundant blank line from the hpre driver.
Signed-off-by: Weili Qian <qianweili@huawei.com>
---
drv/hisi_hpre.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drv/hisi_hpre.c b/drv/hisi_hpre.c
index aea7749..d957101 100644
--- a/drv/hisi_hpre.c
+++ b/drv/hisi_hpre.c
@@ -771,7 +771,6 @@ static int ecc_prepare_alg(struct wd_ecc_msg *msg,
return 0;
}
-
static int trans_cv_param_to_hpre_bin(struct wd_dtb *p, struct wd_dtb *a,
struct wd_dtb *b, struct wd_dtb *n,
struct wd_ecc_point *g)
--
2.27.0