auxdisplay: charlcd: use null character instead of zero literal to terminate strings
authorRobert Abel <rabel@robertabel.eu>
Fri, 9 Feb 2018 23:50:11 +0000 (00:50 +0100)
committerMiguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Thu, 12 Apr 2018 17:02:43 +0000 (19:02 +0200)
commit8c483758afe4f1dc34cb8319f36302aa31776ac9
tree9b1b2973140532669582b2f51b4898790012d104
parent54bc937f0cc2a7b9cb9802b9992f936259d015a1
auxdisplay: charlcd: use null character instead of zero literal to terminate strings

Using '\0' instead of plain 0 makes the intent clearer that this is
indeed a string and not a series of integers.

Signed-off-by: Robert Abel <rabel@robertabel.eu>
Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
drivers/auxdisplay/charlcd.c