OSDN Git Service

auxdisplay: charlcd: replace octal literal with form-feed escape sequence
authorRobert Abel <rabel@robertabel.eu>
Fri, 9 Feb 2018 23:50:12 +0000 (00:50 +0100)
committerMiguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Thu, 12 Apr 2018 17:02:43 +0000 (19:02 +0200)
commit9629ccca3b82491402ebbed8c03d34d32bb59d58
tree021cd2ba163cbce5853fe904a71d70ed52b4bbb6
parent8c483758afe4f1dc34cb8319f36302aa31776ac9
auxdisplay: charlcd: replace octal literal with form-feed escape sequence

There is no need to resort to octal escape sequence for the form feed
character when an established escape sequence exists.

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