diff options
author | Steven Price <[email protected]> | 2023-07-20 11:44:02 +0100 |
---|---|---|
committer | Danilo Krummrich <[email protected]> | 2023-07-20 23:42:45 +0200 |
commit | 74a65b3e789a2052dd3fed5119954a48c1d45903 (patch) | |
tree | efe38559d1a207728f144effc649ba605e5d8788 /scripts/generate_rust_analyzer.py | |
parent | c942e935ff3fa56f6f140c70e04089ee7c389e46 (diff) |
drm: manager: Fix printk format for size_t
sizeof() returns a size_t which may be different to an unsigned long.
Use the correct format specifier of '%zu' to prevent compiler warnings.
Fixes: e6303f323b1a ("drm: manager to keep track of GPUs VA mappings")
Reviewed-by: Danilo Krummrich <[email protected]>
Signed-off-by: Steven Price <[email protected]>
Signed-off-by: Danilo Krummrich <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions