spu: rss: Refactor RSS display string generation
commit6f9f0d5da1fda033991af545a24767d55d0f5a47
authorDaniel Glaas <daniel.glaas@freenet.de>
Tue, 25 Aug 2020 23:10:13 +0000 (26 01:10 +0200)
committerThomas Guillem <thomas@gllm.fr>
Fri, 4 Sep 2020 07:00:11 +0000 (4 09:00 +0200)
treeba28569e9e1eb2f0a535a74c66302d1fb869b44f
parent8191ac5727a3525a6bee99e1674167a7894f9ccb
spu: rss: Refactor RSS display string generation

The RSS display string generation contained lot of code duplications. With this
commit, structures that are used several times are factored out to make the final
snprintf() statements - which write the text into the marquee buffer - better
readable.

Signed-off-by: Thomas Guillem <thomas@gllm.fr>
modules/spu/rss.c