android_kernel_lge_bullhead/drivers/staging/iio/Documentation
Joe Maples 353f0539b5 micro-optimization: Use DSTRLEN to remove incorrect strlen uses
strlen is often used incorectly to get the length of strings
defined at compile time. In these cases, the behavior can be
replicated with sizeof(X) - 1, which is calculated at compile
time rather than runtime, reducing overhead. I've created a
simple macro to replace these instances and applied it to all
the files compiled into the angler kernel.

Signed-off-by: Joe Maples <joe@frap129.org>
2019-08-26 13:31:43 +02:00
..
dac
light
device.txt
generic_buffer.c
iio_event_monitor.c
iio_utils.h
inkernel.txt
overview.txt
ring.txt
sysfs-bus-iio-ad7192
sysfs-bus-iio-adc-ad7280a
sysfs-bus-iio-dds
sysfs-bus-iio-impedance-analyzer-ad5933
sysfs-bus-iio-light
sysfs-bus-iio-light-tsl2583
sysfs-bus-iio-trigger-sysfs
trigger.txt