Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1426734 > unrolled thread

[PATCH 5/7] staging/android: prepare sw_sync files for de-staging

Started byGustavo Padovan <gustavo@padovan.org>
First post2016-06-20 18:00 +0200
Last post2016-06-22 22:40 +0200
Articles 4 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 5/7] staging/android: prepare sw_sync files for de-staging Gustavo Padovan <gustavo@padovan.org> - 2016-06-20 18:00 +0200
    Re: [PATCH 5/7] staging/android: prepare sw_sync files for  de-staging Joe Perches <joe@perches.com> - 2016-06-20 18:10 +0200
      Re: [PATCH 5/7] staging/android: prepare sw_sync files for de-staging Gustavo Padovan <gustavo@padovan.org> - 2016-06-20 18:20 +0200
    [PATCH v2] staging/android: prepare sw_sync files for de-staging Gustavo Padovan <gustavo@padovan.org> - 2016-06-22 22:40 +0200

#1426734 — [PATCH 5/7] staging/android: prepare sw_sync files for de-staging

FromGustavo Padovan <gustavo@padovan.org>
Date2016-06-20 18:00 +0200
Subject[PATCH 5/7] staging/android: prepare sw_sync files for de-staging
Message-ID<rM9Me-1Iv-29@gated-at.bofh.it>
From: Gustavo Padovan <gustavo.padovan@collabora.co.uk>

Fix paths in the comments.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
---
 drivers/staging/android/sync_debug.c | 2 +-
 drivers/staging/android/sync_debug.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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.
  *
-- 
2.5.5

[toc] | [next] | [standalone]


#1426755 — Re: [PATCH 5/7] staging/android: prepare sw_sync files for de-staging

FromJoe Perches <joe@perches.com>
Date2016-06-20 18:10 +0200
SubjectRe: [PATCH 5/7] staging/android: prepare sw_sync files for de-staging
Message-ID<rM9VU-215-27@gated-at.bofh.it>
In reply to#1426734
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?

[toc] | [prev] | [next] | [standalone]


#1426770

FromGustavo Padovan <gustavo@padovan.org>
Date2016-06-20 18:20 +0200
Message-ID<rMa5z-24j-25@gated-at.bofh.it>
In reply to#1426755
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

[toc] | [prev] | [next] | [standalone]


#1429102 — [PATCH v2] staging/android: prepare sw_sync files for de-staging

FromGustavo Padovan <gustavo@padovan.org>
Date2016-06-22 22:40 +0200
Subject[PATCH v2] staging/android: prepare sw_sync files for de-staging
Message-ID<rMX6i-8f6-21@gated-at.bofh.it>
In reply to#1426734
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 25196f5..a355e9b 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 b732ea3..03bcc6f 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 c14587c..63cfcff 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.
  *
-- 
2.5.5

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web