Fix: lib_ring_buffer_copy_from_user_inatomic error handling
[lttng-modules.git] / lib / ringbuffer / backend_internal.h
index 35b26f77190edb9d1588f9ace92866f304fe1053..9ee7091696ae1c625d4a16b75056512771e1e8e9 100644 (file)
@@ -443,6 +443,8 @@ do {                                                                \
 /*
  * We use __copy_from_user_inatomic to copy userspace data since we already
  * did the access_ok for the whole range.
+ *
+ * Return 0 if OK, nonzero on error.
  */
 static inline
 unsigned long lib_ring_buffer_do_copy_from_user_inatomic(void *dest,
This page took 0.023519 seconds and 4 git commands to generate.