From: Moritz Fischer <moritz.fischer@ettus.com>
To: gregkh@linuxfoundation.org
Cc: linux-kernel@vger.kernel.org, Moritz Fischer <moritz.fischer@ettus.com>
Subject: [PATCH] staging: android: Fixed checkpatch.pl warning
Date: Mon, 12 Jan 2015 17:31:21 +0100 [thread overview]
Message-ID: <1421080281-6889-2-git-send-email-moritz.fischer@ettus.com> (raw)
In-Reply-To: <1421080281-6889-1-git-send-email-moritz.fischer@ettus.com>
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
next prev parent reply other threads:[~2015-01-12 16:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-12 16:31 [PATCH] staging: android: Fixing " Moritz Fischer
2015-01-12 16:31 ` Moritz Fischer [this message]
2015-01-18 0:21 ` [PATCH] staging: android: Fixed " Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1421080281-6889-2-git-send-email-moritz.fischer@ettus.com \
--to=moritz.fischer@ettus.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®