RE: [PATCH] staging: android: Fixed missing blank line

2014-07-27 Thread Sharma, Sanjeev
Hello Greg,

I didn't received automated email.

Regards
Sanjeev Sharma

-Original Message-
From: Greg KH [mailto:gre...@linuxfoundation.org] 
Sent: Wednesday, July 23, 2014 8:55 PM
To: Sharma, Sanjeev
Cc: de...@driverdev.osuosl.org; swetl...@google.com; way...@gmail.com; 
linux-ker...@vger.kernel.org; dan...@ffwll.ch
Subject: Re: [PATCH] staging: android: Fixed missing blank line

On Wed, Jul 23, 2014 at 10:08:44AM +, Sharma, Sanjeev wrote:
 Thanks, so this is also available in next kernel release version.

I don't understand the question.  You should have gotten an automated email 
when the patch was applied that explained where the patch was now located, and 
when it would be merged into Linus's tree.  Did you not get that?

greg k-h
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


RE: [PATCH] staging: android: Fixed missing blank line

2014-07-23 Thread Sharma, Sanjeev
Thanks, so this is also available in next kernel release version.

Regards
Sanjeev Sharma

-Original Message-
From: Greg KH [mailto:gre...@linuxfoundation.org] 
Sent: Saturday, July 19, 2014 4:46 AM
To: Sharma, Sanjeev
Cc: de...@driverdev.osuosl.org; way...@gmail.com; swetl...@google.com; 
linux-ker...@vger.kernel.org; dan...@ffwll.ch
Subject: Re: [PATCH] staging: android: Fixed missing blank line

On Fri, Jul 18, 2014 at 10:17:54AM +0530, Sanjeev Sharma wrote:
 This patch will add an blank line after declaration reported by 
 checkpatch.pl script.
 
 Signed-off-by: Sanjeev Sharma sanjeev_sha...@mentor.com
 ---
  drivers/staging/android/sw_sync.c | 2 ++
  1 file changed, 2 insertions(+)
 
 diff --git a/drivers/staging/android/sw_sync.c 
 b/drivers/staging/android/sw_sync.c
 index a76db3f..863d4b1 100644
 --- a/drivers/staging/android/sw_sync.c
 +++ b/drivers/staging/android/sw_sync.c
 @@ -97,6 +97,7 @@ static void sw_sync_pt_value_str(struct sync_pt *sync_pt,
  char *str, int size)
  {
   struct sw_sync_pt *pt = (struct sw_sync_pt *)sync_pt;
 +
   snprintf(str, size, %d, pt-value);  }
  
 @@ -156,6 +157,7 @@ static int sw_sync_open(struct inode *inode, 
 struct file *file)  static int sw_sync_release(struct inode *inode, 
 struct file *file)  {
   struct sw_sync_timeline *obj = file-private_data;
 +
   sync_timeline_destroy(obj-obj);
   return 0;
  }

I already applied a previous version of this patch, with your gmail address :(
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


Re: [PATCH] staging: android: Fixed missing blank line

2014-07-23 Thread Greg KH
On Wed, Jul 23, 2014 at 10:08:44AM +, Sharma, Sanjeev wrote:
 Thanks, so this is also available in next kernel release version.

I don't understand the question.  You should have gotten an automated
email when the patch was applied that explained where the patch was now
located, and when it would be merged into Linus's tree.  Did you not get
that?

greg k-h
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


Re: [PATCH] staging: android: Fixed missing blank line

2014-07-18 Thread Greg KH
On Fri, Jul 18, 2014 at 10:17:54AM +0530, Sanjeev Sharma wrote:
 This patch will add an blank line after
 declaration reported by checkpatch.pl script.
 
 Signed-off-by: Sanjeev Sharma sanjeev_sha...@mentor.com
 ---
  drivers/staging/android/sw_sync.c | 2 ++
  1 file changed, 2 insertions(+)
 
 diff --git a/drivers/staging/android/sw_sync.c 
 b/drivers/staging/android/sw_sync.c
 index a76db3f..863d4b1 100644
 --- a/drivers/staging/android/sw_sync.c
 +++ b/drivers/staging/android/sw_sync.c
 @@ -97,6 +97,7 @@ static void sw_sync_pt_value_str(struct sync_pt *sync_pt,
  char *str, int size)
  {
   struct sw_sync_pt *pt = (struct sw_sync_pt *)sync_pt;
 +
   snprintf(str, size, %d, pt-value);
  }
  
 @@ -156,6 +157,7 @@ static int sw_sync_open(struct inode *inode, struct file 
 *file)
  static int sw_sync_release(struct inode *inode, struct file *file)
  {
   struct sw_sync_timeline *obj = file-private_data;
 +
   sync_timeline_destroy(obj-obj);
   return 0;
  }

I already applied a previous version of this patch, with your gmail
address :(
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[PATCH] staging: android: Fixed missing blank line

2014-07-17 Thread sanjeev sharma
From: root r...@inndt291.inn.mentorg.com

This patch will add an blank line after
declaration reported by checkpatch.pl script.

Signed-off-by: Sanjeev Sharma sanjeev_sha...@mentor.com
---
 drivers/staging/android/sw_sync.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/staging/android/sw_sync.c 
b/drivers/staging/android/sw_sync.c
index a76db3f..863d4b1 100644
--- a/drivers/staging/android/sw_sync.c
+++ b/drivers/staging/android/sw_sync.c
@@ -97,6 +97,7 @@ static void sw_sync_pt_value_str(struct sync_pt *sync_pt,
   char *str, int size)
 {
struct sw_sync_pt *pt = (struct sw_sync_pt *)sync_pt;
+
snprintf(str, size, %d, pt-value);
 }
 
@@ -156,6 +157,7 @@ static int sw_sync_open(struct inode *inode, struct file 
*file)
 static int sw_sync_release(struct inode *inode, struct file *file)
 {
struct sw_sync_timeline *obj = file-private_data;
+
sync_timeline_destroy(obj-obj);
return 0;
 }
-- 
1.7.11.7

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


Re: [PATCH] staging: android: Fixed missing blank line

2014-07-17 Thread Dan Carpenter
On Thu, Jul 17, 2014 at 12:48:44PM +0530, sanjeev sharma wrote:
 From: root r...@inndt291.inn.mentorg.com

You shouldn't be doing this stuff as root...  Also fix your From header
so that your name is capitalized on your emails.

regards,
dan carpenter

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


[PATCH] staging: android: Fixed missing blank line

2014-07-17 Thread Sanjeev Sharma
This patch will add an blank line after
declaration reported by checkpatch.pl script.

Signed-off-by: Sanjeev Sharma sanjeev_sha...@mentor.com
---
 drivers/staging/android/sw_sync.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/staging/android/sw_sync.c 
b/drivers/staging/android/sw_sync.c
index a76db3f..863d4b1 100644
--- a/drivers/staging/android/sw_sync.c
+++ b/drivers/staging/android/sw_sync.c
@@ -97,6 +97,7 @@ static void sw_sync_pt_value_str(struct sync_pt *sync_pt,
   char *str, int size)
 {
struct sw_sync_pt *pt = (struct sw_sync_pt *)sync_pt;
+
snprintf(str, size, %d, pt-value);
 }
 
@@ -156,6 +157,7 @@ static int sw_sync_open(struct inode *inode, struct file 
*file)
 static int sw_sync_release(struct inode *inode, struct file *file)
 {
struct sw_sync_timeline *obj = file-private_data;
+
sync_timeline_destroy(obj-obj);
return 0;
 }
-- 
1.7.11.7

___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel