All of lore.kernel.org
 help / color / mirror / Atom feed
From: Colin King <colin.king@canonical.com>
To: Mauro Carvalho Chehab <mchehab@kernel.org>,
	Antti Palosaari <crope@iki.fi>,
	Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>,
	linux-media@vger.kernel.org
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 5/7] pwc: fix spelling mistake: "synchronuously" -> "synchronously"
Date: Thu,  2 Nov 2017 10:11:51 +0000	[thread overview]
Message-ID: <20171102101153.18225-5-colin.king@canonical.com> (raw)
In-Reply-To: <20171102101153.18225-1-colin.king@canonical.com>

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in error message text and break line
to clean up checkpatch warning

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/media/usb/pwc/pwc-if.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/media/usb/pwc/pwc-if.c b/drivers/media/usb/pwc/pwc-if.c
index eb6921d2743e..54b036d39c5b 100644
--- a/drivers/media/usb/pwc/pwc-if.c
+++ b/drivers/media/usb/pwc/pwc-if.c
@@ -262,7 +262,8 @@ static void pwc_isoc_handler(struct urb *urb)
 
 	if (urb->status == -ENOENT || urb->status == -ECONNRESET ||
 	    urb->status == -ESHUTDOWN) {
-		PWC_DEBUG_OPEN("URB (%p) unlinked %ssynchronuously.\n", urb, urb->status == -ENOENT ? "" : "a");
+		PWC_DEBUG_OPEN("URB (%p) unlinked %ssynchronously.\n",
+			       urb, urb->status == -ENOENT ? "" : "a");
 		return;
 	}
 
-- 
2.14.1

WARNING: multiple messages have this Message-ID (diff)
From: Colin King <colin.king@canonical.com>
To: Mauro Carvalho Chehab <mchehab@kernel.org>,
	Antti Palosaari <crope@iki.fi>,
	Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>,
	linux-media@vger.kernel.org
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 5/7] pwc: fix spelling mistake: "synchronuously" -> "synchronously"
Date: Thu, 02 Nov 2017 10:11:51 +0000	[thread overview]
Message-ID: <20171102101153.18225-5-colin.king@canonical.com> (raw)
In-Reply-To: <20171102101153.18225-1-colin.king@canonical.com>

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in error message text and break line
to clean up checkpatch warning

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/media/usb/pwc/pwc-if.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/media/usb/pwc/pwc-if.c b/drivers/media/usb/pwc/pwc-if.c
index eb6921d2743e..54b036d39c5b 100644
--- a/drivers/media/usb/pwc/pwc-if.c
+++ b/drivers/media/usb/pwc/pwc-if.c
@@ -262,7 +262,8 @@ static void pwc_isoc_handler(struct urb *urb)
 
 	if (urb->status = -ENOENT || urb->status = -ECONNRESET ||
 	    urb->status = -ESHUTDOWN) {
-		PWC_DEBUG_OPEN("URB (%p) unlinked %ssynchronuously.\n", urb, urb->status = -ENOENT ? "" : "a");
+		PWC_DEBUG_OPEN("URB (%p) unlinked %ssynchronously.\n",
+			       urb, urb->status = -ENOENT ? "" : "a");
 		return;
 	}
 
-- 
2.14.1


  parent reply	other threads:[~2017-11-02 10:12 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-02 10:11 [PATCH 1/7] au0828: fix spelling mistake: "synchronuously" -> "synchronously" Colin King
2017-11-02 10:11 ` Colin King
2017-11-02 10:11 ` [PATCH 2/7] cx231xx: " Colin King
2017-11-02 10:11   ` Colin King
2017-11-02 10:11 ` [PATCH 3/7] em28xx: " Colin King
2017-11-02 10:11   ` Colin King
2017-11-02 10:11 ` [PATCH 4/7] msi2500: " Colin King
2017-11-02 10:11   ` Colin King
2017-11-02 10:11 ` Colin King [this message]
2017-11-02 10:11   ` [PATCH 5/7] pwc: " Colin King
2017-11-02 10:11 ` [PATCH 6/7] stk1160: " Colin King
2017-11-02 10:11   ` Colin King
2017-11-02 10:11 ` [PATCH 7/7] tm6000: " Colin King
2017-11-02 10:11   ` Colin King
2017-11-07  9:02 ` [PATCH 1/7] au0828: " Mauro Carvalho Chehab
2017-11-07  9:02   ` Mauro Carvalho Chehab

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=20171102101153.18225-5-colin.king@canonical.com \
    --to=colin.king@canonical.com \
    --cc=crope@iki.fi \
    --cc=ezequiel@vanguardiasur.com.ar \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@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 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.