tools/virtio: replace "__auto_type" with "auto"
authorH. Peter Anvin <hpa@zytor.com>
Sun, 20 Jul 2025 06:47:22 +0000 (23:47 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 8 Dec 2025 23:32:15 +0000 (15:32 -0800)
commit4ecc26fa585216f98d71411ce182f9e823d94c8c
tree6cb53dd12aae37acb3f274f2449c9abb37dfe243
parentc278d72b99ca92e4227bda70ded38e7e7a3625f8
tools/virtio: replace "__auto_type" with "auto"

Replace one instance of "__auto_type" with "auto" in:

tools/virtio/linux/compiler.h

This file *does* include <linux/compiler_types.h> directly, so there
is no need to duplicate the definition.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
tools/virtio/linux/compiler.h