From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1424148AbcFMPIO (ORCPT ); Mon, 13 Jun 2016 11:08:14 -0400 Received: from mail-lf0-f54.google.com ([209.85.215.54]:35105 "EHLO mail-lf0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1424103AbcFMPIK (ORCPT ); Mon, 13 Jun 2016 11:08:10 -0400 Date: Mon, 13 Jun 2016 17:08:04 +0200 From: Krzysztof Kozlowski To: Bart Van Assche Cc: Krzysztof Kozlowski , Andrew Morton , hch@infradead.org, Bartlomiej Zolnierkiewicz , Doug Ledford , Sean Hefty , Hal Rosenstock , Thomas Gleixner , Dave Hansen , Ingo Molnar , linux-rdma@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 16/44] infiniband: dma-mapping: Use unsigned long for dma_attrs Message-ID: <20160613150804.GA3219@kozik-lap> References: <1465553521-27303-1-git-send-email-k.kozlowski@samsung.com> <1465553521-27303-17-git-send-email-k.kozlowski@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 10, 2016 at 11:18:31AM -0700, Bart Van Assche wrote: > On 06/10/2016 03:11 AM, Krzysztof Kozlowski wrote: > >Split out subsystem specific changes for easier reviews. This will be > >squashed with main commit. > > Please rename 'attrs' into 'dma_attrs' in this patch such that it remains > clear that that variable refers to DMA attributes. Good point, thanks. Best regards, Krzysztof