Hi all. Came across a small documentation regression. In 75f353b61342 ("of/platform: Fix of_platform_device_destroy iteration of devices") return value was removed from of_platform_depopulate but documentation brief was not updated. /** * of_platform_depopulate() - Remove devices populated from device tree * @parent: device which children will be removed * * Complementary to of_platform_populate(), this function removes children * of the given device (and, recurrently, their children) that have been * created from their respective device tree nodes (and only those, * leaving others - eg. manually created - unharmed). * * Returns 0 when all children devices have been removed or * -EBUSY when some children remained. */ void of_platform_depopulate(struct device *parent) I could send a patch removing the "return" part, but I am not sure if the rest of the brief needs some updating. Best Regards Mirza -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html