Re: [PATCH] staging: android: Fixed checkpatch.pl warning

2015-01-17 Thread Greg KH
On Mon, Jan 12, 2015 at 05:31:21PM +0100, Moritz Fischer wrote:
> The file triggered the following warning:
> 
> WARNING: line over 80 characters
> 
> Signed-off-by: Moritz Fischer 
> ---
>  drivers/staging/android/sync_debug.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

Someone else sent this in before you did, sorry.

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] staging: android: Fixed checkpatch.pl warning

2015-01-17 Thread Greg KH
On Mon, Jan 12, 2015 at 05:31:21PM +0100, Moritz Fischer wrote:
 The file triggered the following warning:
 
 WARNING: line over 80 characters
 
 Signed-off-by: Moritz Fischer moritz.fisc...@ettus.com
 ---
  drivers/staging/android/sync_debug.c | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)

Someone else sent this in before you did, sorry.

greg k-h
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] staging: android: Fixed checkpatch.pl warning

2015-01-12 Thread Moritz Fischer
The file triggered the following warning:

WARNING: line over 80 characters

Signed-off-by: Moritz Fischer 
---
 drivers/staging/android/sync_debug.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/android/sync_debug.c 
b/drivers/staging/android/sync_debug.c
index 1532a86..9a2aaf8 100644
--- a/drivers/staging/android/sync_debug.c
+++ b/drivers/staging/android/sync_debug.c
@@ -96,7 +96,8 @@ static void sync_print_pt(struct seq_file *s, struct sync_pt 
*pt, bool fence)
   sync_status_str(status));
 
if (status <= 0) {
-   struct timespec64 ts64 = 
ktime_to_timespec64(pt->base.timestamp);
+   struct timespec64 ts64 =
+   ktime_to_timespec64(pt->base.timestamp);
 
seq_printf(s, "@%lld.%09ld", (s64)ts64.tv_sec, ts64.tv_nsec);
}
-- 
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] staging: android: Fixed checkpatch.pl warning

2015-01-12 Thread Moritz Fischer
The file triggered the following warning:

WARNING: line over 80 characters

Signed-off-by: Moritz Fischer moritz.fisc...@ettus.com
---
 drivers/staging/android/sync_debug.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/staging/android/sync_debug.c 
b/drivers/staging/android/sync_debug.c
index 1532a86..9a2aaf8 100644
--- a/drivers/staging/android/sync_debug.c
+++ b/drivers/staging/android/sync_debug.c
@@ -96,7 +96,8 @@ static void sync_print_pt(struct seq_file *s, struct sync_pt 
*pt, bool fence)
   sync_status_str(status));
 
if (status = 0) {
-   struct timespec64 ts64 = 
ktime_to_timespec64(pt-base.timestamp);
+   struct timespec64 ts64 =
+   ktime_to_timespec64(pt-base.timestamp);
 
seq_printf(s, @%lld.%09ld, (s64)ts64.tv_sec, ts64.tv_nsec);
}
-- 
1.9.3

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/