From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752541AbcHKJnH (ORCPT ); Thu, 11 Aug 2016 05:43:07 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:4760 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751148AbcHKJnF (ORCPT ); Thu, 11 Aug 2016 05:43:05 -0400 Date: Thu, 11 Aug 2016 10:42:53 +0100 From: Eric Engestrom To: Gustavo Padovan CC: Greg Kroah-Hartman , , Daniel Stone , Daniel Vetter , Riley Andrews , , , Arve =?utf-8?B?SGrDuG5uZXbDpWc=?= , , Gustavo Padovan , John Harrison Subject: Re: [PATCH v2 4/6] staging/android: prepare sw_sync files for de-staging Message-ID: <20160811094253.GP10429@imgtec.com> References: <1470691462-19140-1-git-send-email-gustavo@padovan.org> <1470691462-19140-5-git-send-email-gustavo@padovan.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline In-Reply-To: <1470691462-19140-5-git-send-email-gustavo@padovan.org> User-Agent: Mutt/1.6.2 (2016-07-01) X-Originating-IP: [10.60.4.28] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 08, 2016 at 06:24:20PM -0300, Gustavo Padovan wrote: > From: Gustavo Padovan > > remove file paths in the comments and add short description about each > file. > > v2: remove file paths instead of just change them. > > Signed-off-by: Gustavo Padovan > --- > drivers/staging/android/sw_sync.c | 2 +- > drivers/staging/android/sync_debug.c | 2 +- > drivers/staging/android/sync_debug.h | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/staging/android/sw_sync.c b/drivers/staging/android/sw_sync.c > index 745597b..43491b6 100644 > --- a/drivers/staging/android/sw_sync.c > +++ b/drivers/staging/android/sw_sync.c > @@ -1,5 +1,5 @@ > /* > - * drivers/dma-buf/sw_sync.c > + * Sync File validation framework > * > * Copyright (C) 2012 Google, Inc. > * > diff --git a/drivers/staging/android/sync_debug.c b/drivers/staging/android/sync_debug.c > index 4c5a855..fab9520 100644 > --- a/drivers/staging/android/sync_debug.c > +++ b/drivers/staging/android/sync_debug.c > @@ -1,5 +1,5 @@ > /* > - * drivers/base/sync.c > + * Sync File validation framework and debug information > * > * Copyright (C) 2012 Google, Inc. > * > diff --git a/drivers/staging/android/sync_debug.h b/drivers/staging/android/sync_debug.h > index 5b82cf8..ee3c27b 100644 > --- a/drivers/staging/android/sync_debug.h > +++ b/drivers/staging/android/sync_debug.h > @@ -1,5 +1,5 @@ > /* > - * include/linux/sync.h > + * Sync File validation framework "and debug information" With that added, Reviewed-by: Eric Engestrom > * > * Copyright (C) 2012 Google, Inc. > * > -- > 2.5.5