aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/memif
diff options
context:
space:
mode:
authorBenoît Ganne <bganne@cisco.com>2023-04-17 14:50:00 +0200
committerDamjan Marion <dmarion@0xa5.net>2023-05-16 09:27:41 +0000
commit00c37199d7a784b627a9017c4533a3ca240b9c6d (patch)
treefed97f585af402ab65356133c88cc3aac2e4bf90 /src/plugins/memif
parent24d7e72aa5aecc46d6871767b75a7f8ca9f545c0 (diff)
misc: make format_hexdump length u32
format_hexdump currently requires the length parameter to be uword (64-bits) hence all callers must make sure to cast the length to uword. Use u32 instead to benefit from C automatic integer promotion: any length smaller or equal to u32 will be promoted to int fitting in u32). Only callers using a length of u64 needs to downcast. It also makes it similar to other variants. Type: fix Change-Id: I09b52fdde3970cec0be4150a29126ff63106c75b Signed-off-by: Benoît Ganne <bganne@cisco.com>
Diffstat (limited to 'src/plugins/memif')
0 files changed, 0 insertions, 0 deletions