* [PATCH] cxgb4/cxgb4vf: fix spelling mistake "provissioned" -> "provisioned"
@ 2016-08-28 11:07 Colin King
2016-08-29 3:42 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2016-08-28 11:07 UTC (permalink / raw)
To: Casey Leedom, netdev; +Cc: linux-kernel
From: Colin Ian King <colin.king@canonical.com>
Trivial fix to spelling mistake in dev_warn message.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c b/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
index f2951bf..100b2cc 100644
--- a/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
+++ b/drivers/net/ethernet/chelsio/cxgb4vf/cxgb4vf_main.c
@@ -2378,7 +2378,7 @@ static void size_nports_qsets(struct adapter *adapter)
*/
pmask_nports = hweight32(adapter->params.vfres.pmask);
if (pmask_nports < adapter->params.nports) {
- dev_warn(adapter->pdev_dev, "only using %d of %d provissioned"
+ dev_warn(adapter->pdev_dev, "only using %d of %d provisioned"
" virtual interfaces; limited by Port Access Rights"
" mask %#x\n", pmask_nports, adapter->params.nports,
adapter->params.vfres.pmask);
--
2.9.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] cxgb4/cxgb4vf: fix spelling mistake "provissioned" -> "provisioned"
2016-08-28 11:07 [PATCH] cxgb4/cxgb4vf: fix spelling mistake "provissioned" -> "provisioned" Colin King
@ 2016-08-29 3:42 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2016-08-29 3:42 UTC (permalink / raw)
To: colin.king; +Cc: leedom, netdev, linux-kernel
From: Colin King <colin.king@canonical.com>
Date: Sun, 28 Aug 2016 12:07:02 +0100
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistake in dev_warn message.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-08-29 3:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-28 11:07 [PATCH] cxgb4/cxgb4vf: fix spelling mistake "provissioned" -> "provisioned" Colin King
2016-08-29 3:42 ` David Miller
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).