Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 11a9ec43 authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller
Browse files

net: netcp: fix spelling mistake: "memomry" -> "memory"



Trivial fix to spelling mistake in dev_err message and rejoin
line.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4cc17bcf
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3048,8 +3048,7 @@ static void init_secondary_ports(struct gbe_priv *gbe_dev,
	for_each_child_of_node(node, port) {
		slave = devm_kzalloc(dev, sizeof(*slave), GFP_KERNEL);
		if (!slave) {
			dev_err(dev,
				"memomry alloc failed for secondary port(%s), skipping...\n",
			dev_err(dev, "memory alloc failed for secondary port(%s), skipping...\n",
				port->name);
			continue;
		}