]> git.sur5r.net Git - u-boot/commit
dm: scsi: Indent the confusing #ifdefs
authorSimon Glass <sjg@chromium.org>
Thu, 15 Jun 2017 03:28:35 +0000 (21:28 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 11 Jul 2017 16:08:19 +0000 (10:08 -0600)
commit099c239d687cd48cc05f372b9f354ffcfeeba83c
tree70755310bade7698b057ebf98cdd37fb0d75070e
parent225b1da7bfaf3c6a6812adb3ed1a85ada76c85f4
dm: scsi: Indent the confusing #ifdefs

These are very confusing without some sort of indentation. At some point
we will be able to remove them, but for now, indent them.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
drivers/scsi/scsi.c