linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers: net: stmmac: fix spelling mistake "mulitcast" -> "multicast"
@ 2016-08-26 18:35 Colin King
  2016-08-26 18:50 ` Joe Perches
  2016-08-27  5:08 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2016-08-26 18:35 UTC (permalink / raw)
  To: Giuseppe Cavallaro, Alexandre Torgue, 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/stmicro/stmmac/dwmac1000_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.c b/drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.c
index cbefe9e..6f6bbc5 100644
--- a/drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.c
+++ b/drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.c
@@ -145,7 +145,7 @@ static void dwmac1000_set_mchash(void __iomem *ioaddr, u32 *mcfilterbits,
 		numhashregs = 8;
 		break;
 	default:
-		pr_debug("STMMAC: err in setting mulitcast filter\n");
+		pr_debug("STMMAC: err in setting multicast filter\n");
 		return;
 		break;
 	}
-- 
2.9.3

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

* Re: [PATCH] drivers: net: stmmac: fix spelling mistake "mulitcast" -> "multicast"
  2016-08-26 18:35 [PATCH] drivers: net: stmmac: fix spelling mistake "mulitcast" -> "multicast" Colin King
@ 2016-08-26 18:50 ` Joe Perches
  2016-08-27  5:08 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Joe Perches @ 2016-08-26 18:50 UTC (permalink / raw)
  To: Colin King, Giuseppe Cavallaro, Alexandre Torgue, netdev; +Cc: linux-kernel

On Fri, 2016-08-26 at 19:35 +0100, Colin King wrote:
> Trivial fix to spelling mistake in dev_warn message.

Thanks Colin

Are you also fixing up comments and such?

$ git grep -i -E "\bmulit"
Documentation/networking/kcm.txt:Kernel Connection Mulitplexor
arch/arm/mach-s3c64xx/include/mach/irqs.h: * mulitple of 32 to allow the common code to work
arch/arm64/lib/strncmp.S:       * when limit is mulitply of 8, if not sub 1,
drivers/ata/ahci_xgene.c:        * for case of Port Mulitplier.
drivers/iommu/intel-iommu.c:/* si_domain contains mulitple devices */
drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.c:           pr_debug("STMMAC: err in setting mulitcast filter\n");
drivers/net/wan/cosa.c: * interested in the SMP and/or muliti-channel success/failure reports
drivers/rtc/rtc-m41t80.c:                * WDS = 1 (0x80), mulitplier = WD_TIMO, resolution = 1s (0x02)
fs/fat/namei_vfat.c: * lowercase char, muliti bytes char, etc. In this case numtail is not
include/net/dn_dev.h:   int mode;                 /* Broadcast, Unicast, Mulitpoint     */
include/uapi/drm/i915_drm.h:    int num_cliprects;      /* mulitpass with multiple cliprects? */
include/uapi/drm/i915_drm.h:    int num_cliprects;      /* mulitpass with multiple cliprects? */
net/netfilter/ipvs/ip_vs_sync.c:  The master mulitcasts messages (Datagrams) to the backup load balancers
scripts/spelling.txt:mulitplied||multiplied
sound/soc/codecs/wm9713.h:/* MCLK clock mulitipliers */

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

* Re: [PATCH] drivers: net: stmmac: fix spelling mistake "mulitcast" -> "multicast"
  2016-08-26 18:35 [PATCH] drivers: net: stmmac: fix spelling mistake "mulitcast" -> "multicast" Colin King
  2016-08-26 18:50 ` Joe Perches
@ 2016-08-27  5:08 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2016-08-27  5:08 UTC (permalink / raw)
  To: colin.king; +Cc: peppe.cavallaro, alexandre.torgue, netdev, linux-kernel

From: Colin King <colin.king@canonical.com>
Date: Fri, 26 Aug 2016 19:35:25 +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] 3+ messages in thread

end of thread, other threads:[~2016-08-27  5:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-26 18:35 [PATCH] drivers: net: stmmac: fix spelling mistake "mulitcast" -> "multicast" Colin King
2016-08-26 18:50 ` Joe Perches
2016-08-27  5:08 ` 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).