acrn-kernel/drivers/auxdisplay
Andy Shevchenko 13de23494f auxdisplay: lcd2s: Use array size explicitly in lcd2s_gotoxy()
Currently the reading of the onstack array is confusing since two
out of three members are of different types. Let it be more clear
by explicitly set the array size, so everybody will understand that
parameters are cast to the type of the array.

While at it, add a missed space.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
2022-03-18 20:31:14 +01:00
..
Kconfig
Makefile
arm-charlcd.c
cfag12864b.c
cfag12864bfb.c auxdisplay: cfag12864bfb: code indent should use tabs where possible 2021-10-22 00:13:16 +02:00
charlcd.c auxdisplay: charlcd: checking for pointer reference before dereferencing 2021-11-24 11:46:52 +01:00
charlcd.h
hd44780.c
hd44780_common.c
hd44780_common.h
ht16k33.c auxdisplay: ht16k33: remove superfluous header files 2021-10-22 00:07:29 +02:00
img-ascii-lcd.c
ks0108.c
lcd2s.c auxdisplay: lcd2s: Use array size explicitly in lcd2s_gotoxy() 2022-03-18 20:31:14 +01:00
line-display.c
line-display.h
panel.c