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

Commit 59f5ca48 authored by Andrew Murray's avatar Andrew Murray Committed by Jiri Kosina
Browse files

of: fix spelling mistake in comment

parent 6d72e5e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -429,7 +429,7 @@ static u64 __of_translate_address(struct device_node *dev,
		goto bail;
		goto bail;
	bus = of_match_bus(parent);
	bus = of_match_bus(parent);


	/* Cound address cells & copy address locally */
	/* Count address cells & copy address locally */
	bus->count_cells(dev, &na, &ns);
	bus->count_cells(dev, &na, &ns);
	if (!OF_CHECK_COUNTS(na, ns)) {
	if (!OF_CHECK_COUNTS(na, ns)) {
		printk(KERN_ERR "prom_parse: Bad cell count for %s\n",
		printk(KERN_ERR "prom_parse: Bad cell count for %s\n",