From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg0-f70.google.com (mail-pg0-f70.google.com [74.125.83.70]) by kanga.kvack.org (Postfix) with ESMTP id 093A96B0038 for ; Thu, 5 Jan 2017 23:38:55 -0500 (EST) Received: by mail-pg0-f70.google.com with SMTP id u5so1106445984pgi.7 for ; Thu, 05 Jan 2017 20:38:54 -0800 (PST) Received: from lgeamrelo13.lge.com (LGEAMRELO13.lge.com. [156.147.23.53]) by mx.google.com with ESMTP id r7si78099044pgf.303.2017.01.05.20.38.53 for ; Thu, 05 Jan 2017 20:38:54 -0800 (PST) Date: Fri, 6 Jan 2017 13:38:49 +0900 From: Minchan Kim Subject: Re: [PATCH] mm: fix some typos in mm/zsmalloc.c Message-ID: <20170106043849.GA29688@bbox> References: <58646FB7.2040502@huawei.com> <5864C12F.60709@huawei.com> <586F1823.4050107@huawei.com> MIME-Version: 1.0 In-Reply-To: <586F1823.4050107@huawei.com> Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Sender: owner-linux-mm@kvack.org List-ID: To: Xishi Qiu Cc: ngupta@vflare.org, sergey.senozhatsky.work@gmail.com, Andrew Morton , Linux MM , LKML 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. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938041AbdAFEjI (ORCPT ); Thu, 5 Jan 2017 23:39:08 -0500 Received: from LGEAMRELO13.lge.com ([156.147.23.53]:52364 "EHLO lgeamrelo13.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754396AbdAFEjE (ORCPT ); Thu, 5 Jan 2017 23:39:04 -0500 X-Original-SENDERIP: 156.147.1.121 X-Original-MAILFROM: minchan@kernel.org X-Original-SENDERIP: 165.244.249.25 X-Original-MAILFROM: minchan@kernel.org X-Original-SENDERIP: 10.177.223.161 X-Original-MAILFROM: minchan@kernel.org Date: Fri, 6 Jan 2017 13:38:49 +0900 From: Minchan Kim To: Xishi Qiu CC: , , Andrew Morton , Linux MM , LKML Subject: Re: [PATCH] mm: fix some typos in mm/zsmalloc.c Message-ID: <20170106043849.GA29688@bbox> References: <58646FB7.2040502@huawei.com> <5864C12F.60709@huawei.com> <586F1823.4050107@huawei.com> MIME-Version: 1.0 In-Reply-To: <586F1823.4050107@huawei.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-MIMETrack: Itemize by SMTP Server on LGEKRMHUB02/LGE/LG Group(Release 8.5.3FP6|November 21, 2013) at 2017/01/06 13:38:49, Serialize by Router on LGEKRMHUB02/LGE/LG Group(Release 8.5.3FP6|November 21, 2013) at 2017/01/06 13:38:49, Serialize complete at 2017/01/06 13:38:49 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.