Message ID | 1466437993-21573-6-git-send-email-gustavo@padovan.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Mon, 2016-06-20 at 12:53 -0300, Gustavo Padovan wrote: > From: Gustavo Padovan <gustavo.padovan@collabora.co.uk> > > Fix paths in the comments. Why is it useful to have the path or filename embedded in the file at all?
2016-06-20 Joe Perches <joe@perches.com>: > On Mon, 2016-06-20 at 12:53 -0300, Gustavo Padovan wrote: > > From: Gustavo Padovan <gustavo.padovan@collabora.co.uk> > > > > Fix paths in the comments. > > Why is it useful to have the path or filename embedded > in the file at > all? I just kept it as is. Thinking about this now I don't see this as useful, I'll send v2 removing it. Gustavo
diff --git a/drivers/staging/android/sync_debug.c b/drivers/staging/android/sync_debug.c index b732ea3..5f0d41e 100644 --- a/drivers/staging/android/sync_debug.c +++ b/drivers/staging/android/sync_debug.c @@ -1,5 +1,5 @@ /* - * drivers/base/sync.c + * drivers/dma-buf/sync_debug.c * * Copyright (C) 2012 Google, Inc. * diff --git a/drivers/staging/android/sync_debug.h b/drivers/staging/android/sync_debug.h index c14587c..e359047 100644 --- a/drivers/staging/android/sync_debug.h +++ b/drivers/staging/android/sync_debug.h @@ -1,5 +1,5 @@ /* - * include/linux/sync.h + * drivers/dma-buf/sync_debug.h * * Copyright (C) 2012 Google, Inc. *