console: Replace putstr with puts
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 14 May 2020 02:03:01 +0000 (12:03 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 15 May 2020 10:48:47 +0000 (20:48 +1000)
commita87b86e54ffe22c12090d2233ad9036d9f53e61e
treefefdb4d95497f41e32de927295613273d3c7ba23
parent88b28a7b178cf8c4d611725021862035629fbbcd
console: Replace putstr with puts

It makes things a bit more standard and a bit nicer to read
without all those strlen(). Also console.c takes care of adding
the carriage returns before the linefeeds.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
hello_world/hello_world.c
rust_lib_demo/hello_world.c
tests/decrementer/decrementer.c
tests/illegal/illegal.c
tests/sc/sc.c
tests/xics/xics.c