diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/ringbuffer_sys.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/uapi/linux/ringbuffer_sys.h b/include/uapi/linux/ringbuffer_sys.h index a7afe8647cc1..f3395c053c2c 100644 --- a/include/uapi/linux/ringbuffer_sys.h +++ b/include/uapi/linux/ringbuffer_sys.h @@ -5,10 +5,10 @@ #include <uapi/linux/types.h> /* - * ringbuffer_ptrs - head and tail pointers for a ringbuffer, mappped to + * ringbuffer_desc - head and tail pointers for a ringbuffer, mappped to * userspace: */ -struct ringbuffer_ptrs { +struct ringbuffer_desc { /* * We use u32s because this type is shared between the kernel and * userspace - ulong/size_t won't work here, we might be 32bit userland |