mdacon: align code in mda_detect properly
authorJiri Slaby <jslaby@suse.cz>
Wed, 14 Jun 2017 15:40:55 +0000 (17:40 +0200)
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Wed, 14 Jun 2017 15:40:55 +0000 (17:40 +0200)
commit08cfe9f08109ad7ebe2248d483c683adbb1c9448
treea283a4eaeb2ba38cd88316d43c9b3f4b8eebe4ed
parent5b45fe6b39e1d01c45de7b8e6d3ff72585eee6cf
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>
drivers/video/console/mdacon.c