Re: [PATCH] mm: fix some typos in mm/zsmalloc.c

2017-01-05 Thread Minchan Kim
On Fri, Jan 06, 2017 at 12:08:03PM +0800, Xishi Qiu wrote: > Delete extra semicolon, and fix some typos. > > Signed-off-by: Xishi Qiu > Reviewed-by: Sergey Senozhatsky Acked-by: Minchan Kim Thanks.

[PATCH] mm: fix some typos in mm/zsmalloc.c

2017-01-05 Thread Xishi Qiu
Delete extra semicolon, and fix some typos. Signed-off-by: Xishi Qiu Reviewed-by: Sergey Senozhatsky --- mm/zsmalloc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mm/zsmalloc.c b/mm/zsmalloc.c index 9cc3c0b..a1f2498 100644 --- a/mm/zsmalloc.c +++ b/mm/zsmalloc.c @@