]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
dm: device.c: Minor coding-style fix
authorStefan Roese <sr@denx.de>
Wed, 16 Mar 2016 08:58:01 +0000 (09:58 +0100)
committerSimon Glass <sjg@chromium.org>
Thu, 14 Apr 2016 17:51:39 +0000 (11:51 -0600)
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>
drivers/core/device.c

index 6b1ba2269c2c68d128ed7a04fa53ca59680189a0..9d0c1009e93e19be637ae759f680ec57adc5cc06 100644 (file)
@@ -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,