projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf90ac1
)
mm/interval_tree: add comments to improve code readability
author
Zhiyuan Dai
<daizhiyuan@phytium.com.cn>
Fri, 30 Apr 2021 05:57:09 +0000
(22:57 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 30 Apr 2021 18:20:38 +0000
(11:20 -0700)
Add a comment explaining the value of the ISSTATIC parameter, Inform the
reader that this is not a coding style issue.
Link:
https://lkml.kernel.org/r/1613964695-17614-1-git-send-email-daizhiyuan@phytium.com.cn
Signed-off-by: Zhiyuan Dai <daizhiyuan@phytium.com.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/interval_tree.c
patch
|
blob
|
history
diff --git
a/mm/interval_tree.c
b/mm/interval_tree.c
index 11c75fb075842450f7d4eeafeb183a732559d994..32e390c42c53f24fc4d5b3eea4319c5eda46681f 100644
(file)
--- a/
mm/interval_tree.c
+++ b/
mm/interval_tree.c
@@
-22,7
+22,7
@@
static inline unsigned long vma_last_pgoff(struct vm_area_struct *v)
INTERVAL_TREE_DEFINE(struct vm_area_struct, shared.rb,
unsigned long, shared.rb_subtree_last,
- vma_start_pgoff, vma_last_pgoff,, vma_interval_tree)
+ vma_start_pgoff, vma_last_pgoff,
/* empty */
, vma_interval_tree)
/* Insert node immediately after prev in the interval tree */
void vma_interval_tree_insert_after(struct vm_area_struct *node,