diff options
| author | Zhushuai Yin <yinzhushuai@huawei.com> | 2026-03-30 14:25:27 +0800 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2026-04-12 16:46:28 +0800 |
| commit | f94f6cff1dcf9296879c7242dda8171320188ed7 (patch) | |
| tree | bdef8c54f2729685c084701f702f37ec4e799e60 /rust/kernel/interop/git@git.tavy.me:linux-stable.git | |
| parent | 02c64052fad03699b9c6d1df2f9b444d17e4ac50 (diff) | |
crypto: hisilicon - fix the format string type error
1. The return value val of sec_debugfs_atomic64_get is of the
u64 type, but %lld instead of %llu is used in DEFINE_DEBUGFS_ATTRIBUTE.
Fix it.
2. In debugfs.c, since the types of q_depth and xeq_depth are u16,
the results of q_depth - 1 and xeq_depth - 1 are int rather than
u16. Use %d for int.
Signed-off-by: Zhushuai Yin <yinzhushuai@huawei.com>
Signed-off-by: Chenghai Huang <huangchenghai2@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'rust/kernel/interop/git@git.tavy.me:linux-stable.git')
0 files changed, 0 insertions, 0 deletions
