public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
From: Suraj Upadhyay <usuraj35@gmail.com>
To: jerome.pouiller@silabs.com, gregkh@linuxfoundation.org
Cc: linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org
Subject: [PATCH 4/6] staging: wfx/debug.c: Fix spelling mistake "carefull" => "careful"
Date: Thu, 20 Aug 2020 08:51:33 +0000	[thread overview]
Message-ID: <ec3e765875adfe59f1d8d8ef2c610d6423116f55.1597913333.git.usuraj35@gmail.com> (raw)
In-Reply-To: <834139101223e627665c939388cd7c542920c531.1597913333.git.usuraj35@gmail.com>

Signed-off-by: Suraj Upadhyay <usuraj35@gmail.com>
---
 drivers/staging/wfx/debug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/wfx/debug.c b/drivers/staging/wfx/debug.c
index 3f1712b7c919..5772e2375370 100644
--- a/drivers/staging/wfx/debug.c
+++ b/drivers/staging/wfx/debug.c
@@ -299,7 +299,7 @@ static ssize_t wfx_send_hif_msg_read(struct file *file, char __user *user_buf,
 		return ret;
 	if (context->ret < 0)
 		return context->ret;
-	// Be carefull, write() is waiting for a full message while read()
+	// Be careful, write() is waiting for a full message while read()
 	// only return a payload
 	if (copy_to_user(user_buf, context->reply, count))
 		return -EFAULT;
-- 
2.17.1

  parent reply	other threads:[~2020-08-20  8:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-20  8:50 [PATCH 1/6] staging: wfx/main.h: fix a spelling and grammar mistake Suraj Upadhyay
2020-08-20  8:50 ` [PATCH 2/6] staging: wfx/main.c: Fix a spelling mistake "negociate" => "negotiate" Suraj Upadhyay
2020-08-20  8:51 ` Suraj Upadhyay [this message]
2020-08-20  9:13   ` [PATCH 4/6] staging: wfx/debug.c: Fix spelling mistake "carefull" => "careful" Jérôme Pouiller
2020-08-20  8:52 ` [PATCH 5/6] staging: wfx/hif_rx.c: Fix spelling mistake "negociation" => "negotiation" Suraj Upadhyay
2020-08-20  9:11   ` Jérôme Pouiller
2020-08-20  8:52 ` [PATCH 3/6] staging: wfx/data_rx.c: " Suraj Upadhyay
2020-08-20  8:52 ` [PATCH 6/6] staging: wfx/hif_tx.c: Fix spelling mistake "carefull" => "careful" Suraj Upadhyay
2020-08-20  9:17 ` [PATCH 1/6] staging: wfx/main.h: fix a spelling and grammar mistake Jérôme Pouiller

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=ec3e765875adfe59f1d8d8ef2c610d6423116f55.1597913333.git.usuraj35@gmail.com \
    --to=usuraj35@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jerome.pouiller@silabs.com \
    --cc=kernel-janitors@vger.kernel.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