]> git.baikalelectronics.ru Git - kernel.git/commit
mm/damon/sysfs: simplify the variable 'pid' assignment operation
authorKaixu Xia <kaixuxia@tencent.com>
Tue, 13 Sep 2022 09:11:25 +0000 (17:11 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 3 Oct 2022 21:03:14 +0000 (14:03 -0700)
commit2ea6e3e05fd4d32cd2af8e2218fa65affb73d0d8
treecb30fe8884dff50e14bc0860ba0e12bd3efe034b
parentf189a1e6541d487ba255d1b060f6d42977f07bf3
mm/damon/sysfs: simplify the variable 'pid' assignment operation

We can initialize the variable 'pid' with '-1' in pid_show() to simplify
the variable assignment operation and make the code more readable.

Link: https://lkml.kernel.org/r/1663060287-30201-3-git-send-email-kaixuxia@tencent.com
Signed-off-by: Kaixu Xia <kaixuxia@tencent.com>
Reviewed-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/damon/sysfs.c