diff options
author | Zeng Heng <[email protected]> | 2022-09-19 06:47:14 +1000 |
---|---|---|
committer | Dave Chinner <[email protected]> | 2022-09-19 06:47:14 +1000 |
commit | 78b0f58bdfef45aa9f3c7fbbd9b4d41abad6d85f (patch) | |
tree | 194c34f45f47112fcdf2dcdf7d57ad3ff9e4ccc4 /scripts/generate_rust_analyzer.py | |
parent | 5617104003ae11a1ab383dbd63228b7645c26207 (diff) |
xfs: clean up "%Ld/%Lu" which doesn't meet C standard
The "%Ld" specifier, which represents long long unsigned,
doesn't meet C language standard, and even more,
it makes people easily mistake with "%ld", which represent
long unsigned. So replace "%Ld" with "lld".
Do the same with "%Lu".
Signed-off-by: Zeng Heng <[email protected]>
Reviewed-by: Darrick J. Wong <[email protected]>
Reviewed-by: Dave Chinner <[email protected]>
Signed-off-by: Dave Chinner <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions