Message ID | 1470691462-19140-5-git-send-email-gustavo@padovan.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Mon, Aug 08, 2016 at 06:24:20PM -0300, Gustavo Padovan wrote: > From: Gustavo Padovan <gustavo.padovan@collabora.co.uk> > > 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 <gustavo.padovan@collabora.co.uk> > --- > 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 <eric.engestrom@imgtec.com> > * > * Copyright (C) 2012 Google, Inc. > * > -- > 2.5.5
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 * * Copyright (C) 2012 Google, Inc. *