* [PATCH] staging: android: Fixing checkpatch.pl warning
@ 2015-01-12 16:31 Moritz Fischer
2015-01-12 16:31 ` [PATCH] staging: android: Fixed " Moritz Fischer
0 siblings, 1 reply; 3+ messages in thread
From: Moritz Fischer @ 2015-01-12 16:31 UTC (permalink / raw)
To: gregkh; +Cc: linux-kernel, Moritz Fischer
This patch fixes a linewidth issue. Based on 3.19-rc4.
Moritz Fischer (1):
staging: android: Fixed checkpatch.pl warning
drivers/staging/android/sync_debug.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
1.9.3
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] staging: android: Fixed checkpatch.pl warning
2015-01-12 16:31 [PATCH] staging: android: Fixing checkpatch.pl warning Moritz Fischer
@ 2015-01-12 16:31 ` Moritz Fischer
2015-01-18 0:21 ` Greg KH
0 siblings, 1 reply; 3+ messages in thread
From: Moritz Fischer @ 2015-01-12 16:31 UTC (permalink / raw)
To: gregkh; +Cc: linux-kernel, Moritz Fischer
The file triggered the following warning:
WARNING: line over 80 characters
Signed-off-by: Moritz Fischer <moritz.fischer@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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] staging: android: Fixed checkpatch.pl warning
2015-01-12 16:31 ` [PATCH] staging: android: Fixed " Moritz Fischer
@ 2015-01-18 0:21 ` Greg KH
0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2015-01-18 0:21 UTC (permalink / raw)
To: Moritz Fischer; +Cc: linux-kernel
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.fischer@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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-01-18 0:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-12 16:31 [PATCH] staging: android: Fixing checkpatch.pl warning Moritz Fischer
2015-01-12 16:31 ` [PATCH] staging: android: Fixed " Moritz Fischer
2015-01-18 0:21 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox