alistair23-linux/drivers/staging/android
Rasmus Villemoes b5693964ea staging: android: ion: fix some format strings
C99 says that a precision which is simply '.' with no following digits
or * should be interpreted as 0, which means that these format strings
actually mean 'print 16 spaces'. However, the kernel's printf
implementation treats this case as if the precision was omitted. Don't
rely on that quirk.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-03-01 18:46:15 -08:00
..
ion staging: android: ion: fix some format strings 2015-03-01 18:46:15 -08:00
trace
uapi staging: Remove the Android alarm-dev driver 2015-01-25 20:10:10 +08:00
ashmem.c staging: android: remove space after casts 2015-01-17 16:20:20 -08:00
ashmem.h
Kconfig staging: Remove the Android logger driver 2015-01-28 11:31:26 -08:00
lowmemorykiller.c oom: add helpers for setting and clearing TIF_MEMDIE 2015-02-11 17:06:03 -08:00
Makefile staging: Remove logger and alarm-dev from android Makefile 2015-01-28 11:32:39 -08:00
sw_sync.c
sw_sync.h
sync.c
sync.h
sync_debug.c Staging: android: fix line length coding style issue in sync_debug.c 2015-01-17 16:17:11 -08:00
timed_gpio.c
timed_gpio.h
timed_output.c
timed_output.h
TODO