Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2bf99c70 authored by Michael Hennerich's avatar Michael Hennerich Committed by Greg Kroah-Hartman
Browse files

IIO: Documentation: iio_utils: style consistency fix



No functional changes

Signed-off-by: default avatarMichael Hennerich <michael.hennerich@analog.com>
Acked-by: default avatarJonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent cb771cbd
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -374,7 +374,7 @@ inline int build_channel_array(const char *device_dir,
		}
		}
	}
	}
	/* reorder so that the array is in index order*/
	/* reorder so that the array is in index order*/
	current = malloc(sizeof(**ci_array)**counter);
	current = malloc(sizeof(**ci_array)*(*counter));
	if (current == NULL) {
	if (current == NULL) {
		ret = -ENOMEM;
		ret = -ENOMEM;
		goto error_cleanup_array;
		goto error_cleanup_array;