Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

of: fix spelling mistake in comment

Signed-off-by: Andrew Murray <Andrew.Murray@arm.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Andrew Murray and committed by
Jiri Kosina
59f5ca48 6d72e5e6

+1 -1
+1 -1
drivers/of/address.c
··· 429 429 goto bail; 430 430 bus = of_match_bus(parent); 431 431 432 - /* Cound address cells & copy address locally */ 432 + /* Count address cells & copy address locally */ 433 433 bus->count_cells(dev, &na, &ns); 434 434 if (!OF_CHECK_COUNTS(na, ns)) { 435 435 printk(KERN_ERR "prom_parse: Bad cell count for %s\n",