[PATCH] mm/mlock: minor coding style tweaks

2021-02-21 Thread Zhiyuan Dai
This patch move the pointer location to fix coding style issues, improve code reading. Signed-off-by: Zhiyuan Dai --- mm/mlock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mm/mlock.c b/mm/mlock.c index 55b3b36..f6e26c2 100644 --- a/mm/mlock.c +++ b/mm/mlock.c @@ -560

[PATCH] mm/mlock: minor coding style tweaks

2021-02-08 Thread Zhiyuan Dai
This patch move the pointer location to fix coding style issues, improve code reading. Signed-off-by: Zhiyuan Dai --- mm/mlock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mm/mlock.c b/mm/mlock.c index 55b3b36..f6e26c2 100644 --- a/mm/mlock.c +++ b/mm/mlock.c @@ -560