diff options
Diffstat (limited to 'kernel/trace/ring_buffer.c')
-rw-r--r-- | kernel/trace/ring_buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/trace/ring_buffer.c b/kernel/trace/ring_buffer.c index 8c1b2d290718..9ab578f1bb65 100644 --- a/kernel/trace/ring_buffer.c +++ b/kernel/trace/ring_buffer.c | |||
@@ -2541,7 +2541,7 @@ EXPORT_SYMBOL_GPL(ring_buffer_record_disable); | |||
2541 | * @buffer: The ring buffer to enable writes | 2541 | * @buffer: The ring buffer to enable writes |
2542 | * | 2542 | * |
2543 | * Note, multiple disables will need the same number of enables | 2543 | * Note, multiple disables will need the same number of enables |
2544 | * to truely enable the writing (much like preempt_disable). | 2544 | * to truly enable the writing (much like preempt_disable). |
2545 | */ | 2545 | */ |
2546 | void ring_buffer_record_enable(struct ring_buffer *buffer) | 2546 | void ring_buffer_record_enable(struct ring_buffer *buffer) |
2547 | { | 2547 | { |
@@ -2577,7 +2577,7 @@ EXPORT_SYMBOL_GPL(ring_buffer_record_disable_cpu); | |||
2577 | * @cpu: The CPU to enable. | 2577 | * @cpu: The CPU to enable. |
2578 | * | 2578 | * |
2579 | * Note, multiple disables will need the same number of enables | 2579 | * Note, multiple disables will need the same number of enables |
2580 | * to truely enable the writing (much like preempt_disable). | 2580 | * to truly enable the writing (much like preempt_disable). |
2581 | */ | 2581 | */ |
2582 | void ring_buffer_record_enable_cpu(struct ring_buffer *buffer, int cpu) | 2582 | void ring_buffer_record_enable_cpu(struct ring_buffer *buffer, int cpu) |
2583 | { | 2583 | { |