OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8cf202
)
lib/list_sort.c: fix typo in function description
author
ToastC
<mrtoastcheng@gmail.com>
Fri, 7 May 2021 01:03:31 +0000
(18:03 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 7 May 2021 02:24:12 +0000
(19:24 -0700)
Replace beautiully with beautifully
Link:
https://lkml.kernel.org/r/20210315090633.9759-1-mrtoastcheng@gmail.com
Signed-off-by: ShihCheng Tu <mrtoastcheng@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/list_sort.c
patch
|
blob
|
history
diff --git
a/lib/list_sort.c
b/lib/list_sort.c
index
a926d96
..
1e1e377
100644
(file)
--- a/
lib/list_sort.c
+++ b/
lib/list_sort.c
@@
-137,7
+137,7
@@
static void merge_final(void *priv, list_cmp_func_t cmp, struct list_head *head,
*
*
* The merging is controlled by "count", the number of elements in the
- * pending lists. This is beautiully simple code, but rather subtle.
+ * pending lists. This is beauti
f
ully simple code, but rather subtle.
*
* Each time we increment "count", we set one bit (bit k) and clear
* bits k-1 .. 0. Each time this happens (except the very first time