This small series enhances the readability of the code by refactoring the ad7280_channel_init and ad7280_attr_init functions. The readability is enhanced by splitting the functions into more functions that do more specific operations. The last patch adds braces to two complex for loops. Slawomir Stepien (3): staging: iio: adc: ad7280a: split ad7280_channel_init() to more functions staging: iio: adc: ad7280a: split ad7280_attr_init() to more functions staging: iio: adc: ad7280a: add braces to complex for loops drivers/staging/iio/adc/ad7280a.c | 204 +++++++++++++++++++----------- 1 file changed, 129 insertions(+), 75 deletions(-) -- 2.19.2