]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mmc: Cosmetic fix for nicer, aligned device list printout
authorLubomir Popov <lpopov@mm-sol.com>
Tue, 11 Nov 2014 10:25:42 +0000 (12:25 +0200)
committerPantelis Antoniou <pantelis.antoniou@konsulko.com>
Fri, 12 Dec 2014 18:08:47 +0000 (20:08 +0200)
commite75eaf100bdf01b94757e2b40365b46a7d380275
tree5e295fa7d09dec1b5f4a5a3203566ffa83b9c3cf
parentfc9b0b80435cda721fbdbe507c9e4f388b0ea62b
mmc: Cosmetic fix for nicer, aligned device list printout

If print_mmc_devices() was called with a '\n' separator (as done
for example by the "mmc list" command), it offset the 2-nd and
all subsequent lines by one space. Fixing this.

Signed-off-by: Lubomir Popov <l-popov@ti.com>
drivers/mmc/mmc.c