summary refs log tree commit diff stats
path: root/linux-headers/linux/const.h
diff options
context:
space:
mode:
authorRorie Reyes <rreyes@linux.ibm.com>2025-04-25 01:23:57 -0400
committerCédric Le Goater <clg@redhat.com>2025-05-09 12:42:28 +0200
commit1cab5a02ab8144aad2abd001835e49104e4aae0f (patch)
treea627a1417f28e6b29a04fc1e4f07dbbadf44d3da /linux-headers/linux/const.h
parentf4df9f261866452a842762b7bad6031d3f5f7c35 (diff)
downloadfocaccia-qemu-1cab5a02ab8144aad2abd001835e49104e4aae0f.tar.gz
focaccia-qemu-1cab5a02ab8144aad2abd001835e49104e4aae0f.zip
linux-headers: Update to Linux v6.15-rc3
Update headers to retrieve uapi information for vfio-ap

Signed-off-by: Rorie Reyes <rreyes@linux.ibm.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20250425052401.8287-3-rreyes@linux.ibm.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
Diffstat (limited to 'linux-headers/linux/const.h')
-rw-r--r--linux-headers/linux/const.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-headers/linux/const.h b/linux-headers/linux/const.h
index 2122610de7..95ede23342 100644
--- a/linux-headers/linux/const.h
+++ b/linux-headers/linux/const.h
@@ -33,7 +33,7 @@
  * Missing __asm__ support
  *
  * __BIT128() would not work in the __asm__ code, as it shifts an
- * 'unsigned __init128' data type as direct representation of
+ * 'unsigned __int128' data type as direct representation of
  * 128 bit constants is not supported in the gcc compiler, as
  * they get silently truncated.
  *