From: Juliana Rodrigues <juliana.orod@gmail.com>
To: outreachy-kernel@googlegroups.com
Subject: [PATCH] staging: android: binder: fixed checkpatch warning
Date: Sat, 12 Mar 2016 19:39:13 -0300 [thread overview]
Message-ID: <20160312223913.GA17803@spock> (raw)
A comment was not properly formatted, causing warnings when running checkpatch.pl.
Signed-off-by: Juliana Rodrigues <juliana.orod@gmail.com>
---
drivers/android/binder.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/drivers/android/binder.c b/drivers/android/binder.c
index 16288e7..9d109f7 100644
--- a/drivers/android/binder.c
+++ b/drivers/android/binder.c
@@ -2741,8 +2741,9 @@ static long binder_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
unsigned int size = _IOC_SIZE(cmd);
void __user *ubuf = (void __user *)arg;
- /*pr_info("binder_ioctl: %d:%d %x %lx\n",
- proc->pid, current->pid, cmd, arg);*/
+ /* pr_info("binder_ioctl: %d:%d %x %lx\n",
+ * proc->pid, current->pid, cmd, arg);
+ */
if (unlikely(current->mm != proc->vma_vm_mm)) {
pr_err("current mm mismatch proc mm\n");
@@ -2930,8 +2931,9 @@ static int binder_mmap(struct file *filp, struct vm_area_struct *vma)
proc->vma = vma;
proc->vma_vm_mm = vma->vm_mm;
- /*pr_info("binder_mmap: %d %lx-%lx maps %p\n",
- proc->pid, vma->vm_start, vma->vm_end, proc->buffer);*/
+ /* pr_info("binder_mmap: %d %lx-%lx maps %p\n",
+ * proc->pid, vma->vm_start, vma->vm_end, proc->buffer);
+ */
return 0;
err_alloc_small_buf_failed:
--
2.7.2
next reply other threads:[~2016-03-12 22:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-12 22:39 Juliana Rodrigues [this message]
2016-03-13 0:29 ` [Outreachy kernel] [PATCH] staging: android: binder: fixed checkpatch warning Greg KH
2016-03-13 0:55 ` Juliana Rodrigues
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=20160312223913.GA17803@spock \
--to=juliana.orod@gmail.com \
--cc=outreachy-kernel@googlegroups.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.