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 44b117f..175483b 100644 --- a/drv/hisi_hpre.c +++ b/drv/hisi_hpre.c @@ -766,7 +766,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)