mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/7] au0828: fix spelling mistake: "synchronuously" -> "synchronously"
@ 2017-11-02 10:11 Colin King
  2017-11-02 10:11 ` [PATCH 2/7] cx231xx: " Colin King
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Colin King @ 2017-11-02 10:11 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Antti Palosaari, Ezequiel Garcia, linux-media
  Cc: kernel-janitors, linux-kernel

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

Trivial fix to spelling mistake in error message text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/media/usb/au0828/au0828-video.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/media/usb/au0828/au0828-video.c b/drivers/media/usb/au0828/au0828-video.c
index 9342402b92f7..654f67c25863 100644
--- a/drivers/media/usb/au0828/au0828-video.c
+++ b/drivers/media/usb/au0828/au0828-video.c
@@ -67,10 +67,10 @@ static inline void print_err_status(struct au0828_dev *dev,
 
 	switch (status) {
 	case -ENOENT:
-		errmsg = "unlinked synchronuously";
+		errmsg = "unlinked synchronously";
 		break;
 	case -ECONNRESET:
-		errmsg = "unlinked asynchronuously";
+		errmsg = "unlinked asynchronously";
 		break;
 	case -ENOSR:
 		errmsg = "Buffer error (overrun)";
-- 
2.14.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-11-07  9:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-02 10:11 [PATCH 1/7] au0828: fix spelling mistake: "synchronuously" -> "synchronously" Colin King
2017-11-02 10:11 ` [PATCH 2/7] cx231xx: " Colin King
2017-11-02 10:11 ` [PATCH 3/7] em28xx: " Colin King
2017-11-02 10:11 ` [PATCH 4/7] msi2500: " Colin King
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 ` [PATCH 7/7] tm6000: " Colin King
2017-11-07  9:02 ` [PATCH 1/7] au0828: " Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome