X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fof%2Faddress.c;h=91a469d55b8fb8d36460cfa8ea3f2a9bad3f6106;hb=5339f9d4c2ceccab00b28d65bd5c2b2cd6a3de05;hp=5289c80d546779f1141a23d83825b0e677645110;hpb=183223770ae8625df8966ed15811d1b3ee8720aa;p=cascardo%2Flinux.git diff --git a/drivers/of/address.c b/drivers/of/address.c index 5289c80d5467..91a469d55b8f 100644 --- a/drivers/of/address.c +++ b/drivers/of/address.c @@ -485,9 +485,10 @@ static int of_translate_one(struct device_node *parent, struct of_bus *bus, int rone; u64 offset = OF_BAD_ADDR; - /* Normally, an absence of a "ranges" property means we are + /* + * Normally, an absence of a "ranges" property means we are * crossing a non-translatable boundary, and thus the addresses - * below the current not cannot be converted to CPU physical ones. + * below the current cannot be converted to CPU physical ones. * Unfortunately, while this is very clear in the spec, it's not * what Apple understood, and they do have things like /uni-n or * /ht nodes with no "ranges" property and a lot of perfectly