devicetree: fix whitespace in devicetree.h

Fix some minor whitespace issues in include/devicetree.h

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2020-03-25 16:36:14 -05:00 committed by Kumar Gala
commit d3871c909d

View file

@ -1168,7 +1168,7 @@
DT_PHANDLE_BY_IDX(DT_DRV_INST(inst), prop, idx) 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 * property's value
* @param inst instance number * @param inst instance number
* @param prop lowercase-and-underscores property of "inst" * @param prop lowercase-and-underscores property of "inst"
@ -1185,6 +1185,7 @@
* 0 otherwise. * 0 otherwise.
*/ */
#define DT_INST_REG_HAS_IDX(inst, idx) DT_REG_HAS_IDX(DT_DRV_INST(inst), idx) #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 * @brief Get a DT_DRV_COMPAT instance's idx-th register block's address
* @param inst instance number * @param inst instance number