From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A41B4C04AB5 for ; Thu, 6 Jun 2019 14:27:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 78E6420684 for ; Thu, 6 Jun 2019 14:27:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729061AbfFFO1z (ORCPT ); Thu, 6 Jun 2019 10:27:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39832 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727133AbfFFO1z (ORCPT ); Thu, 6 Jun 2019 10:27:55 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E1AEF30BC595; Thu, 6 Jun 2019 14:27:49 +0000 (UTC) Received: from redhat.com (unknown [10.20.6.178]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E6F125F7D8; Thu, 6 Jun 2019 14:27:44 +0000 (UTC) Date: Thu, 6 Jun 2019 10:27:43 -0400 From: Jerome Glisse To: Jason Gunthorpe Cc: rcampbell@nvidia.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org, John Hubbard , Ira Weiny , Dan Williams , Arnd Bergmann , Balbir Singh , Dan Carpenter , Matthew Wilcox , Souptick Joarder , Andrew Morton Subject: Re: [PATCH 2/5] mm/hmm: Clean up some coding style and comments Message-ID: <20190606142743.GA8053@redhat.com> References: <20190506232942.12623-1-rcampbell@nvidia.com> <20190506232942.12623-3-rcampbell@nvidia.com> <20190606141644.GA2876@ziepe.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20190606141644.GA2876@ziepe.ca> User-Agent: Mutt/1.11.3 (2019-02-01) X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.49]); Thu, 06 Jun 2019 14:27:55 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 06, 2019 at 11:16:44AM -0300, Jason Gunthorpe wrote: > On Mon, May 06, 2019 at 04:29:39PM -0700, rcampbell@nvidia.com wrote: > > From: Ralph Campbell > > > > There are no functional changes, just some coding style clean ups and > > minor comment changes. > > > > Signed-off-by: Ralph Campbell > > Reviewed-by: Jérôme Glisse > > Cc: John Hubbard > > Cc: Ira Weiny > > Cc: Dan Williams > > Cc: Arnd Bergmann > > Cc: Balbir Singh > > Cc: Dan Carpenter > > Cc: Matthew Wilcox > > Cc: Souptick Joarder > > Cc: Andrew Morton > > include/linux/hmm.h | 71 +++++++++++++++++++++++---------------------- > > mm/hmm.c | 51 ++++++++++++++++---------------- > > 2 files changed, 62 insertions(+), 60 deletions(-) > > Applied to hmm.git, thanks Can you hold off, i was already collecting patches and we will be stepping on each other toe ... for instance i had https://cgit.freedesktop.org/~glisse/linux/log/?h=hmm-5.3 But i have been working on more collection. Cheers, Jérôme