]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/vmstat: correct some wrong comments
authorMiaohe Lin <linmiaohe@huawei.com>
Mon, 23 Aug 2021 23:59:39 +0000 (09:59 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 25 Aug 2021 23:34:20 +0000 (09:34 +1000)
commit52bbb62ee48fe2a27b0412ccab9eb32817dd865c
treefba3320ba3d6a922b812d88f205d0540a00921b7
parent8767db7ea52cabdf34c5765c8e923be567f6340e
mm/vmstat: correct some wrong comments

Patch series "Cleanup for vmstat".

This series contains cleanups to remove unneeded return value, correct
wrong comment and simplify the array size calculation.  More details can
be found in the respective changelogs.

This patch (of 3):

Correct wrong fls(mem+1) to fls(mem)+1 and remove the duplicated comment
with quiet_vmstat().

Link: https://lkml.kernel.org/r/20210715122911.15700-1-linmiaohe@huawei.com
Link: https://lkml.kernel.org/r/20210715122911.15700-2-linmiaohe@huawei.com
Signed-off-by: Miaohe Lin <linmiaohe@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
mm/vmstat.c