summaryrefslogtreecommitdiffstats
path: root/drivers/core
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2016-03-16 09:58:01 +0100
committerSimon Glass <sjg@chromium.org>2016-04-14 11:51:39 -0600
commit770eb30ed971204ab4972b7609ea30beef025a18 (patch)
treefe5e15e04638735adcbfa43507a4ca870f4187f0 /drivers/core
parent2ae67aec5e283e6ccdc43b9432a6077c8af2c27e (diff)
downloadblackbird-obmc-uboot-770eb30ed971204ab4972b7609ea30beef025a18.tar.gz
blackbird-obmc-uboot-770eb30ed971204ab4972b7609ea30beef025a18.zip
dm: device.c: Minor coding-style fix
Fix multi-line comment indentation in device_bind() Signed-off-by: Stefan Roese <sr@denx.de> Cc: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'drivers/core')
-rw-r--r--drivers/core/device.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/core/device.c b/drivers/core/device.c
index 6b1ba2269c..9d0c1009e9 100644
--- a/drivers/core/device.c
+++ b/drivers/core/device.c
@@ -66,12 +66,12 @@ int device_bind(struct udevice *parent, const struct driver *drv,
dev->req_seq = -1;
if (CONFIG_IS_ENABLED(OF_CONTROL) && CONFIG_IS_ENABLED(DM_SEQ_ALIAS)) {
/*
- * Some devices, such as a SPI bus, I2C bus and serial ports
- * are numbered using aliases.
- *
- * This is just a 'requested' sequence, and will be
- * resolved (and ->seq updated) when the device is probed.
- */
+ * Some devices, such as a SPI bus, I2C bus and serial ports
+ * are numbered using aliases.
+ *
+ * This is just a 'requested' sequence, and will be
+ * resolved (and ->seq updated) when the device is probed.
+ */
if (uc->uc_drv->flags & DM_UC_FLAG_SEQ_ALIAS) {
if (uc->uc_drv->name && of_offset != -1) {
fdtdec_get_alias_seq(gd->fdt_blob,
OpenPOWER on IntegriCloud