mm/swap.c: remove @cold parameter description for release_pages()
authorMike Rapoport <[email protected]>
Thu, 5 Apr 2018 23:24:53 +0000 (16:24 -0700)
committerLinus Torvalds <[email protected]>
Fri, 6 Apr 2018 04:36:26 +0000 (21:36 -0700)
commit002843de36e18bd5be6f5bb858c0de18b6447a64
tree40df252a195c35128cf737f5dd3451ff7dc851d8
parente48e3c590aac5ba9a7b6106239543c251931ba2d
mm/swap.c: remove @cold parameter description for release_pages()

The 'cold' parameter was removed from release_pages function by commit
c6f92f9fbe7d ("mm: remove cold parameter for release_pages").

Update the description to match the code.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Mike Rapoport <[email protected]>
Reviewed-by: Andrew Morton <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/swap.c