Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp338858imm; Fri, 1 Jun 2018 01:40:50 -0700 (PDT) X-Google-Smtp-Source: ADUXVKJlVvAtFQtYygYIusduUsSH0hBBxC/B5S0aUWOz6fKJY7uaA6NEe5qUPt8hBp5amulEReLU X-Received: by 2002:a17:902:7009:: with SMTP id y9-v6mr10337832plk.217.1527842450626; Fri, 01 Jun 2018 01:40:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1527842450; cv=none; d=google.com; s=arc-20160816; b=uNR8i17Pwavi+ut/KXDQzSf/fXDOY8vu1fQhhefkcyKfxeq4PMl1aMd6OkvpM8EpmT l0QaKph0JGYk3yEGnu3TLtMltocuukZxCE10Xw7mOBBKhlMzdy63DEBgPNusdXHg+eAq WlM55ksJfABcL7vnC2ITJkxAAGBnXiYcOB3MOthxm/iJug9OFUV7cpz/6rtWo5jLerRL Z72ZQka2q/CmSFBZJx4AuWc/7Vy8XCORls8d8YI2x+/FhV1Smmxe1pnhurjcTJsihVmG mFSOplwPK5lNSMGJizBndxWoTDSOwVvcEtwurLQUJB3pVY/7Tf6VVF4sgK1qLQNjRE5z WHfQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:dkim-signature:arc-authentication-results; bh=pYw7d+Q+wg8IMVHwr95FLoIjArCrgPL74LIHQNTgFJU=; b=zb4gFI+BBSv3TtYwILvYdBSlLyfdiraPi6FopIfDk9nBfMPN1n31fHqbvDYCmvQIX/ 1icjYSfbQoQzZNkyP4ucQ1sE6cdRd1B1TTiE3TiVnoxdaFSAOn6HmRnP8pQzfn/CYOBM ESwzSM25pwbfJzb2RrtdV8z1jy9dhLM0mXAirQuR6FbnV+k7lknFHsKbxih5Tbdtfz8c 73d8+AoUraCnvpI13b2mjHfY0j5ZOjVxEAZ2IX3Zc1FbmuDOrOFygobe38KxSZt1qVsO GLW7Sz+0Vowywe+BeQ0HEagYWvLtgN3LVvM2UbdstnDhpNeLNPujG03QU+Zh7ZXLeStq KIzg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=f9iy0Roe; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b16-v6si2160426pgs.522.2018.06.01.01.40.35; Fri, 01 Jun 2018 01:40:50 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=f9iy0Roe; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750916AbeFAIj7 (ORCPT + 99 others); Fri, 1 Jun 2018 04:39:59 -0400 Received: from mail.kernel.org ([198.145.29.99]:51942 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750740AbeFAIjz (ORCPT ); Fri, 1 Jun 2018 04:39:55 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 531E220851; Fri, 1 Jun 2018 08:39:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1527842394; bh=cATR7VsxaG/Fpxh5Ns5hXQi3iDHZh78awcp1FjW2W+0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=f9iy0RoeR7jDDRgRRalrnG+zmlnTwgPBjZzYbiWhhScCqTb2vHXw5G+cyyoRaewKj 8vblMpYfgOktJQQayoLiMtkv+pFxQyHsRR7b9h+9txtjj8HgS5MRqiphc3M6zOvA3+ GFvHczaWKxrj6hTHHH8RTjWg2I8gJ35XiUD6pAW4= Date: Fri, 1 Jun 2018 10:39:32 +0200 From: Greg Kroah-Hartman To: James Simmons Cc: devel@driverdev.osuosl.org, Andreas Dilger , Oleg Drokin , NeilBrown , Dmitry Eremin , Linux Kernel Mailing List , Lustre Development List Subject: Re: [PATCH v2 13/25] staging: lustre: libcfs: fix libcfs_cpu coding style Message-ID: <20180601083932.GF19242@kroah.com> References: <1527603725-30560-1-git-send-email-jsimmons@infradead.org> <1527603725-30560-14-git-send-email-jsimmons@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1527603725-30560-14-git-send-email-jsimmons@infradead.org> User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 29, 2018 at 10:21:53AM -0400, James Simmons wrote: > int cfs_cpt_set_nodemask(struct cfs_cpt_table *cptab, > - int cpt, nodemask_t *mask); > + int cpt, const nodemask_t *mask); This is not a coding style change. It is a semi-functional change. Don't bury code changes in the middle of "cleanup code formatting" patches, it makes maintainers very grumpy when we notice this as we then feel like we might have missed other things being snuck by us in the guise of these types of patches... thanks, greg k-h