summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorBen Dooks <ben.dooks@codethink.co.uk>2026-06-22 16:03:22 +0100
committerMichael S. Tsirkin <mst@redhat.com>2026-08-03 23:08:16 -0400
commit18b83b68e65574cc1435132575ab943a086d8bec (patch)
tree634f2a8876bfb4c55929b360c617e1e5d25e71d0 /scripts
parent93a5af4ed28ff5f1a2999892e959587369746981 (diff)
downloadlinux-next-18b83b68e65574cc1435132575ab943a086d8bec.tar.gz
linux-next-18b83b68e65574cc1435132575ab943a086d8bec.zip
crypto: virtio - fix missing le64_to_cpu() conversions
There are two cases of sending a __le64 type to a print function so fix this by adding le64_to_cpu() which fixes the following (prototype) sparse warnings: drivers/crypto/virtio/virtio_crypto_skcipher_algs.c:234:17: warning: incorrect type in argument 3 (different base types) drivers/crypto/virtio/virtio_crypto_skcipher_algs.c:234:17: expected unsigned long long drivers/crypto/virtio/virtio_crypto_skcipher_algs.c:234:17: got restricted __le64 [usertype] session_id drivers/crypto/virtio/virtio_crypto_akcipher_algs.c:196:17: warning: incorrect type in argument 3 (different base types) drivers/crypto/virtio/virtio_crypto_akcipher_algs.c:196:17: expected unsigned long long drivers/crypto/virtio/virtio_crypto_akcipher_algs.c:196:17: got restricted __le64 [usertype] session_id Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Message-ID: <20260622150322.526375-1-ben.dooks@codethink.co.uk> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions