mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-16 09:34:22 +08:00
net: netcp: fix spelling mistake: "memomry" -> "memory"
Trivial fix to spelling mistake in dev_err message and rejoin line. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
4cc17bcf7f
commit
11a9ec4330
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user