mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
mm: fix typos in comments
Fix ~94 single-word typos in locking code comments, plus a few very obvious grammar mistakes. Link: https://lkml.kernel.org/r/20210322212624.GA1963421@gmail.com Link: https://lore.kernel.org/r/20210322205203.GB1959563@gmail.com Signed-off-by: Ingo Molnar <mingo@kernel.org> Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Cc: Bhaskar Chowdhury <unixbhaskar@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
fa60ce2cb4
commit
f0953a1bba
@@ -170,7 +170,7 @@ struct percpu_stats {
|
||||
u64 nr_max_alloc; /* max # of live allocations */
|
||||
u32 nr_chunks; /* current # of live chunks */
|
||||
u32 nr_max_chunks; /* max # of live chunks */
|
||||
size_t min_alloc_size; /* min allocaiton size */
|
||||
size_t min_alloc_size; /* min allocation size */
|
||||
size_t max_alloc_size; /* max allocation size */
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user