* [PATCH] staging: Fix misspelling "dissconect"
@ 2016-08-28 11:31 Robert P. J. Day
2016-08-28 18:05 ` Greg KH
2016-08-28 18:05 ` Greg KH
0 siblings, 2 replies; 3+ messages in thread
From: Robert P. J. Day @ 2016-08-28 11:31 UTC (permalink / raw)
To: kernelnewbies
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
---
diff --git a/drivers/staging/wilc1000/host_interface.c b/drivers/staging/wilc1000/host_interface.c
index 0b1760c..de567bc 100644
--- a/drivers/staging/wilc1000/host_interface.c
+++ b/drivers/staging/wilc1000/host_interface.c
@@ -1189,7 +1189,7 @@ static s32 Handle_ConnectTimeout(struct wilc_vif *vif)
result = wilc_send_config_pkt(vif, SET_CFG, &wid, 1,
wilc_get_vif_idx(vif));
if (result)
- netdev_err(vif->ndev, "Failed to send dissconect\n");
+ netdev_err(vif->ndev, "Failed to send disconnect\n");
hif_drv->usr_conn_req.ssid_len = 0;
kfree(hif_drv->usr_conn_req.ssid);
@@ -1774,7 +1774,7 @@ static void Handle_Disconnect(struct wilc_vif *vif)
wilc_get_vif_idx(vif));
if (result) {
- netdev_err(vif->ndev, "Failed to send dissconect\n");
+ netdev_err(vif->ndev, "Failed to send disconnect\n");
} else {
struct disconnect_info strDisconnectNotifInfo;
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] staging: Fix misspelling "dissconect"
2016-08-28 11:31 [PATCH] staging: Fix misspelling "dissconect" Robert P. J. Day
@ 2016-08-28 18:05 ` Greg KH
2016-08-28 18:05 ` Greg KH
1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2016-08-28 18:05 UTC (permalink / raw)
To: kernelnewbies
On Sun, Aug 28, 2016 at 07:31:18AM -0400, Robert P. J. Day wrote:
>
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
>
I don't take patches without changelog text, sorry.
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] staging: Fix misspelling "dissconect"
2016-08-28 11:31 [PATCH] staging: Fix misspelling "dissconect" Robert P. J. Day
2016-08-28 18:05 ` Greg KH
@ 2016-08-28 18:05 ` Greg KH
1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2016-08-28 18:05 UTC (permalink / raw)
To: kernelnewbies
On Sun, Aug 28, 2016 at 07:31:18AM -0400, Robert P. J. Day wrote:
>
> Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
>
Also, why send this only to kernelnewbies? Always use
scripts/get_maintainer.pl
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-08-28 18:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-28 11:31 [PATCH] staging: Fix misspelling "dissconect" Robert P. J. Day
2016-08-28 18:05 ` Greg KH
2016-08-28 18:05 ` Greg KH
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).