From d3871c909d415c404011aa795dda9c09380546f3 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Wed, 25 Mar 2020 16:36:14 -0500 Subject: [PATCH] devicetree: fix whitespace in devicetree.h Fix some minor whitespace issues in include/devicetree.h Signed-off-by: Kumar Gala --- include/devicetree.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/devicetree.h b/include/devicetree.h index 5cd8483cd28..3f6d0fca844 100644 --- a/include/devicetree.h +++ b/include/devicetree.h @@ -1168,7 +1168,7 @@ DT_PHANDLE_BY_IDX(DT_DRV_INST(inst), prop, idx) /** - * @brief Get a DT_DRV_COMPAT instance's node identifier for a phandle + * @brief Get a DT_DRV_COMPAT instance's node identifier for a phandle * property's value * @param inst instance number * @param prop lowercase-and-underscores property of "inst" @@ -1185,6 +1185,7 @@ * 0 otherwise. */ #define DT_INST_REG_HAS_IDX(inst, idx) DT_REG_HAS_IDX(DT_DRV_INST(inst), idx) + /** * @brief Get a DT_DRV_COMPAT instance's idx-th register block's address * @param inst instance number