commit | 08cfe9f08109ad7ebe2248d483c683adbb1c9448 | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Wed Jun 14 17:40:55 2017 +0200 |
committer | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | Wed Jun 14 17:40:55 2017 +0200 |
tree | a283a4eaeb2ba38cd88316d43c9b3f4b8eebe4ed | |
parent | 5b45fe6b39e1d01c45de7b8e6d3ff72585eee6cf [diff] |
mdacon: align code in mda_detect properly This is just a whitespace cleanup. The code was a mess having multiple commands on one line like: scr_writew(0xAA55, p); if (scr_readw(p) == 0xAA55) count++; Indent that properly and make it nicer for reading. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Cc: Tomi Valkeinen <tomi.valkeinen@ti.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>