summaryrefslogtreecommitdiffstats
path: root/include/linux/hisi_acc_qm.h
diff options
context:
space:
mode:
authorWeili Qian <qianweili@huawei.com>2023-02-09 20:36:16 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2023-02-14 13:39:33 +0800
commit9b4eb8f8b8eccc313663a99904dcfe2660c41b6c (patch)
tree4667df2551c2a8475d30175c2c6a27374fb0888b /include/linux/hisi_acc_qm.h
parentac80056f2e7bd80184312ccd91a40532eb95b811 (diff)
downloadlinux-9b4eb8f8b8eccc313663a99904dcfe2660c41b6c.tar.gz
linux-9b4eb8f8b8eccc313663a99904dcfe2660c41b6c.tar.bz2
linux-9b4eb8f8b8eccc313663a99904dcfe2660c41b6c.zip
crypto: hisilicon/qm - update comments to match function
The return values of some functions have been modified, but the comments have not been modified together. The comments must be updated to be consistent with the functions. Also move comments over the codes instead of right place to ensure consistent coding styles. Signed-off-by: Weili Qian <qianweili@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/linux/hisi_acc_qm.h')
-rw-r--r--include/linux/hisi_acc_qm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/hisi_acc_qm.h b/include/linux/hisi_acc_qm.h
index df5be7e6db04..a59fbffa238f 100644
--- a/include/linux/hisi_acc_qm.h
+++ b/include/linux/hisi_acc_qm.h
@@ -308,7 +308,8 @@ struct hisi_qm {
const struct hisi_qm_err_ini *err_ini;
struct hisi_qm_err_info err_info;
struct hisi_qm_err_status err_status;
- unsigned long misc_ctl; /* driver removing and reset sched */
+ /* driver removing and reset sched */
+ unsigned long misc_ctl;
/* Device capability bit */
unsigned long caps;