linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] mm/mmap.c: Remove some redundancy in arch_get_unmapped_area_topdown()
@ 2019-01-20  8:12 Yang Fan
  2019-01-20  8:13 ` [PATCH 1/2] mm/mmap.c: Remove redundant variable 'addr' " Yang Fan
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Yang Fan @ 2019-01-20  8:12 UTC (permalink / raw)
  To: akpm, will.deacon; +Cc: Yang Fan, linux-mm, linux-kernel

This patchset remove some redundancy in function 
arch_get_unmapped_area_topdown().

[PATCH 1/2] mm/mmap.c: Remove redundant variable 'addr' in 
arch_get_unmapped_area_topdown()
[PATCH 2/2] mm/mmap.c: Remove redundant const qualifier of the no-pointer 
parameters

Yang Fan (2):
  mm/mmap.c: Remove redundant variable 'addr' in
    arch_get_unmapped_area_topdown()
  mm/mmap.c: Remove redundant const qualifier of the no-pointer
    parameters

 mm/mmap.c | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-01-27  4:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-20  8:12 [PATCH 0/2] mm/mmap.c: Remove some redundancy in arch_get_unmapped_area_topdown() Yang Fan
2019-01-20  8:13 ` [PATCH 1/2] mm/mmap.c: Remove redundant variable 'addr' " Yang Fan
2019-01-23 14:09   ` William Kucharski
2019-01-20  8:13 ` [PATCH 2/2] mm/mmap.c: Remove redundant const qualifier of the no-pointer parameters Yang Fan
2019-01-20 17:09 ` [PATCH 0/2] mm/mmap.c: Remove some redundancy in arch_get_unmapped_area_topdown() Mike Rapoport
2019-01-27  4:11 ` [PATCH v2] " Yang Fan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox