From: Geliang Tang <geliangtang@163.com>
To: Johnny Kim <johnny.kim@atmel.com>,
Rachel Kim <rachel.kim@atmel.com>,
Chris Park <chris.park@atmel.com>, Tony Cho <tony.cho@atmel.com>,
Glen Lee <glen.lee@atmel.com>, Leo Kim <leo.kim@atmel.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Jiri Kosina <trivial@kernel.org>
Cc: Geliang Tang <geliangtang@163.com>,
linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org,
linux-kernel@vger.kernel.org
Subject: [PATCH 5/9] staging: wilc1000: fix trivial typos
Date: Sun, 18 Oct 2015 23:31:11 +0800 [thread overview]
Message-ID: <eb89ced1dda5b521dba1ed6095deef09d577e37a.1445181079.git.geliangtang@163.com> (raw)
In-Reply-To: <949f6f3c99f87b57666986dc9f2d1c916935e215.1445181079.git.geliangtang@163.com>
In-Reply-To: <918fdb002ec3b2a9fc5a5d364c0fbaff2f77c5cc.1445181079.git.geliangtang@163.com>
s/regsiter/register/
Signed-off-by: Geliang Tang <geliangtang@163.com>
---
drivers/staging/wilc1000/linux_wlan.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/wilc1000/linux_wlan.c b/drivers/staging/wilc1000/linux_wlan.c
index ccab89f..6dc5faf 100644
--- a/drivers/staging/wilc1000/linux_wlan.c
+++ b/drivers/staging/wilc1000/linux_wlan.c
@@ -1880,10 +1880,10 @@ static void __exit exit_wilc_driver(void)
}
#ifndef WILC_SDIO
- PRINT_D(INIT_DBG, "SPI unregsiter...\n");
+ PRINT_D(INIT_DBG, "SPI unregister...\n");
spi_unregister_driver(&wilc_bus);
#else
- PRINT_D(INIT_DBG, "SDIO unregsiter...\n");
+ PRINT_D(INIT_DBG, "SDIO unregister...\n");
sdio_unregister_driver(&wilc_bus);
#endif
--
2.5.0
next prev parent reply other threads:[~2015-10-18 15:33 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-18 15:29 [PATCH 1/9] drm: fix trivial typos Geliang Tang
2015-10-18 15:31 ` [PATCH 2/9] scsi: " Geliang Tang
2015-10-18 15:31 ` [PATCH 3/9] net: " Geliang Tang
2015-10-18 15:31 ` [PATCH 4/9] dma: fix a trivial typo Geliang Tang
2015-10-18 15:31 ` Geliang Tang [this message]
2015-10-18 15:31 ` [PATCH 6/9] clk: keystone: " Geliang Tang
2015-10-18 15:31 ` [PATCH 7/9] input: keyboard: " Geliang Tang
2015-10-18 15:31 ` [PATCH 8/9] parport: " Geliang Tang
2015-10-18 15:31 ` [PATCH 9/9] usb: gadget: " Geliang Tang
2015-10-27 10:46 ` [PATCH 8/9] parport: " Sudip Mukherjee
2015-10-20 16:41 ` [PATCH 7/9] input: keyboard: " Dmitry Torokhov
2015-10-19 21:48 ` [PATCH 6/9] clk: keystone: " Stephen Boyd
2015-10-23 23:27 ` [PATCH 4/9] dma: " Linus Walleij
2015-10-24 22:47 ` Vinod Koul
2015-10-19 15:45 ` [PATCH 1/9] drm: fix trivial typos Alex Deucher
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=eb89ced1dda5b521dba1ed6095deef09d577e37a.1445181079.git.geliangtang@163.com \
--to=geliangtang@163.com \
--cc=chris.park@atmel.com \
--cc=devel@driverdev.osuosl.org \
--cc=glen.lee@atmel.com \
--cc=gregkh@linuxfoundation.org \
--cc=johnny.kim@atmel.com \
--cc=leo.kim@atmel.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=rachel.kim@atmel.com \
--cc=tony.cho@atmel.com \
--cc=trivial@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;
as well as URLs for NNTP newsgroup(s).