mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
Fix misspellings of "truly" in comments.
Some comments misspell "truly"; this fixes them. No code changes. Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
a089377f29
commit
c41b20e721
7 changed files with 8 additions and 8 deletions
|
@ -2541,7 +2541,7 @@ EXPORT_SYMBOL_GPL(ring_buffer_record_disable);
|
|||
* @buffer: The ring buffer to enable writes
|
||||
*
|
||||
* Note, multiple disables will need the same number of enables
|
||||
* to truely enable the writing (much like preempt_disable).
|
||||
* to truly enable the writing (much like preempt_disable).
|
||||
*/
|
||||
void ring_buffer_record_enable(struct ring_buffer *buffer)
|
||||
{
|
||||
|
@ -2577,7 +2577,7 @@ EXPORT_SYMBOL_GPL(ring_buffer_record_disable_cpu);
|
|||
* @cpu: The CPU to enable.
|
||||
*
|
||||
* Note, multiple disables will need the same number of enables
|
||||
* to truely enable the writing (much like preempt_disable).
|
||||
* to truly enable the writing (much like preempt_disable).
|
||||
*/
|
||||
void ring_buffer_record_enable_cpu(struct ring_buffer *buffer, int cpu)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue