All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] uapi: use __u8 from linux/types.h
@ 2016-01-13 16:10 ` Gleb Fotengauer-Malinovskiy
  0 siblings, 0 replies; 6+ messages in thread
From: Gleb Fotengauer-Malinovskiy @ 2016-01-13 16:10 UTC (permalink / raw)
  To: David Airlie, Gerd Hoffmann, Michael S. Tsirkin
  Cc: dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	virtualization-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
	linux-api-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

Kernel headers should use linux/types.h based definitions.

Signed-off-by: Gleb Fotengauer-Malinovskiy <glebfm-u2l5PoMzF/Vg9hUCZPvPmw@public.gmane.org>
---
 include/uapi/linux/virtio_gpu.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/virtio_gpu.h b/include/uapi/linux/virtio_gpu.h
index 7a63faa..4b04ead 100644
--- a/include/uapi/linux/virtio_gpu.h
+++ b/include/uapi/linux/virtio_gpu.h
@@ -287,7 +287,7 @@ struct virtio_gpu_get_capset {
 /* VIRTIO_GPU_RESP_OK_CAPSET */
 struct virtio_gpu_resp_capset {
 	struct virtio_gpu_ctrl_hdr hdr;
-	uint8_t capset_data[];
+	__u8 capset_data[];
 };
 
 #define VIRTIO_GPU_EVENT_DISPLAY (1 << 0)
-- 
glebfm

^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [PATCH] uapi: use __u8 from linux/types.h
@ 2016-01-13 16:10 Gleb Fotengauer-Malinovskiy
  0 siblings, 0 replies; 6+ messages in thread
From: Gleb Fotengauer-Malinovskiy @ 2016-01-13 16:10 UTC (permalink / raw)
  To: David Airlie, Gerd Hoffmann, Michael S. Tsirkin
  Cc: linux-api, linux-kernel, dri-devel, virtualization

Kernel headers should use linux/types.h based definitions.

Signed-off-by: Gleb Fotengauer-Malinovskiy <glebfm@altlinux.org>
---
 include/uapi/linux/virtio_gpu.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/virtio_gpu.h b/include/uapi/linux/virtio_gpu.h
index 7a63faa..4b04ead 100644
--- a/include/uapi/linux/virtio_gpu.h
+++ b/include/uapi/linux/virtio_gpu.h
@@ -287,7 +287,7 @@ struct virtio_gpu_get_capset {
 /* VIRTIO_GPU_RESP_OK_CAPSET */
 struct virtio_gpu_resp_capset {
 	struct virtio_gpu_ctrl_hdr hdr;
-	uint8_t capset_data[];
+	__u8 capset_data[];
 };
 
 #define VIRTIO_GPU_EVENT_DISPLAY (1 << 0)
-- 
glebfm

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-01-13 16:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-13 16:10 [PATCH] uapi: use __u8 from linux/types.h Gleb Fotengauer-Malinovskiy
2016-01-13 16:10 ` Gleb Fotengauer-Malinovskiy
2016-01-13 16:25 ` Michael S. Tsirkin
     [not found] ` <20160113160958.GA29108-N9aU+Tdk7XkoO014n+3aBsY9il7ykmry@public.gmane.org>
2016-01-13 16:25   ` Michael S. Tsirkin
2016-01-13 16:25     ` Michael S. Tsirkin
  -- strict thread matches above, loose matches on Subject: below --
2016-01-13 16:10 Gleb Fotengauer-Malinovskiy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.