diff options
Diffstat (limited to 'include/of_live.h')
-rw-r--r-- | include/of_live.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/of_live.h b/include/of_live.h index b8561f5b1f..b2b9679ae8 100644 --- a/include/of_live.h +++ b/include/of_live.h @@ -16,7 +16,7 @@ struct device_node; * * @fdt_blob: Input tree to convert * @rootp: Returns live tree that was created - * @return 0 if OK, -ve on error + * Return: 0 if OK, -ve on error */ int of_live_build(const void *fdt_blob, struct device_node **rootp); |