From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756456AbdDMJWt (ORCPT ); Thu, 13 Apr 2017 05:22:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59396 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755606AbdDMJWp (ORCPT ); Thu, 13 Apr 2017 05:22:45 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 0B90A80472 Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=dhowells@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 0B90A80472 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <7ca58472ed9ff750fd1b7432b1738573e782290b.1491999859.git.dwmw2@infradead.org> References: <7ca58472ed9ff750fd1b7432b1738573e782290b.1491999859.git.dwmw2@infradead.org> To: David Woodhouse Cc: dhowells@redhat.com, linux-pci@vger.kernel.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 10/27] pci: Add pci_mmap_resource_range() and use it for ARM64 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <16526.1492075363.1@warthog.procyon.org.uk> Date: Thu, 13 Apr 2017 10:22:43 +0100 Message-ID: <16527.1492075363@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Thu, 13 Apr 2017 09:22:45 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org David Woodhouse wrote: > + vma->vm_pgoff += (pci_resource_start(pdev, bar) >> PAGE_SHIFT); > + vma->vm_ops = &pci_phys_vm_ops; Whitespace error. David