diff options
Diffstat (limited to 'include/trace/events/osnoise.h')
-rw-r--r-- | include/trace/events/osnoise.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/events/osnoise.h b/include/trace/events/osnoise.h index 82f741ec0f..a2379a4f06 100644 --- a/include/trace/events/osnoise.h +++ b/include/trace/events/osnoise.h @@ -75,7 +75,7 @@ TRACE_EVENT(irq_noise, ), TP_fast_assign( - __assign_str(desc, desc); + __assign_str(desc); __entry->vector = vector; __entry->start = start; __entry->duration = duration; |