|
@@ -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;
|
|
|
}
|