Re: [PATCH] mm: fix struct member name in function comments

2019-10-01 Thread Wei Yang
On Fri, Sep 27, 2019 at 02:40:49PM +, Hao Lee wrote: >The member in struct zonelist is _zonerefs instead of zones. > >Signed-off-by: Hao Lee Reviewed-by: Wei Yang >--- > include/linux/mmzone.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/include/linux/mmzone.h

[PATCH] mm: fix struct member name in function comments

2019-09-27 Thread Hao Lee
The member in struct zonelist is _zonerefs instead of zones. Signed-off-by: Hao Lee --- include/linux/mmzone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 3f38c30d2f13..6d44a49b3f29 100644 --- a/include/linux/mmzone.h