OSDN Git Service

Compiler Attributes: auxdisplay: panel: use __nonstring
authorMiguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Tue, 14 Aug 2018 19:38:26 +0000 (21:38 +0200)
committerMiguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Sun, 30 Sep 2018 18:14:04 +0000 (20:14 +0200)
commit98cade0a08ba339cd11d6e89b0df5d1d2fa21202
tree942f0971ff424f94ec0e12b4f1e2f50f3cedebe8
parent23066c3f4e2146da8c7d1505729f4409f4d93d28
Compiler Attributes: auxdisplay: panel: use __nonstring

Let gcc know these arrays are not meant to be NUL-terminated
by annotating them with the new __nonstring variable attribute;
and remove the comment since it conveys the same information.

Tested-by: Sedat Dilek <sedat.dilek@gmail.com> # on top of v4.19-rc5, clang 7
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Reviewed-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
drivers/auxdisplay/panel.c