File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -210,9 +210,6 @@ static inline struct tracepoint *tracepoint_ptr_deref(tracepoint_ptr_t *p)
210
210
#endif /* CONFIG_HAVE_STATIC_CALL */
211
211
212
212
/*
213
- * it_func[0] is never NULL because there is at least one element in the array
214
- * when the array itself is non NULL.
215
- *
216
213
* With @syscall=0, the tracepoint callback array dereference is
217
214
* protected by disabling preemption.
218
215
* With @syscall=1, the tracepoint callback array dereference is
@@ -316,6 +313,9 @@ static inline struct tracepoint *tracepoint_ptr_deref(tracepoint_ptr_t *p)
316
313
* We have no guarantee that gcc and the linker won't up-align the tracepoint
317
314
* structures, so we create an array of pointers that will be used for iteration
318
315
* on the tracepoints.
316
+ *
317
+ * it_func[0] is never NULL because there is at least one element in the array
318
+ * when the array itself is non NULL.
319
319
*/
320
320
#define __DEFINE_TRACE_EXT (_name , _ext , proto , args ) \
321
321
static const char __tpstrtab_##_name[] \
You can’t perform that action at this time.
0 commit comments