From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-qt0-f193.google.com ([209.85.216.193]:45180 "EHLO mail-qt0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752377AbdKBNOP (ORCPT ); Thu, 2 Nov 2017 09:14:15 -0400 Date: Thu, 2 Nov 2017 11:14:10 -0200 From: Gustavo Padovan To: Liviu Dudau Cc: Sumit Semwal , LKML , DRI-devel , Linux Media ML Subject: Re: [PATCH] dma-buf: Cleanup comments on dma_buf_map_attachment() Message-ID: <20171102131410.GG4111@jade> References: <20171101140630.2884-1-Liviu.Dudau@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171101140630.2884-1-Liviu.Dudau@arm.com> Sender: linux-media-owner@vger.kernel.org List-ID: Hi Liviu, 2017-11-01 Liviu Dudau : > Mappings need to be unmapped by calling dma_buf_unmap_attachment() and > not by calling again dma_buf_map_attachment(). Also fix some spelling > mistakes. > > Signed-off-by: Liviu Dudau > --- > drivers/dma-buf/dma-buf.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) queued for 4.16. Thanks for your patch. Gustavo