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

Commit b92c26d1 authored by Dan Carpenter's avatar Dan Carpenter Committed by Alex Deucher
Browse files

drm/amdgpu/cgs: cleanup some indenting



This code is indented too far.  Also we normally use spaces to align if
statement conditions.

Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 2500a3c9
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -847,8 +847,8 @@ static int amdgpu_cgs_acpi_eval_object(void *cgs_device,
		func_no = argument->value;
		for (i = 0; i < info->input_count; i++) {
			if (((argument->type == ACPI_TYPE_STRING) ||
					(argument->type == ACPI_TYPE_BUFFER))
					&& (argument->pointer == NULL))
			     (argument->type == ACPI_TYPE_BUFFER)) &&
			    (argument->pointer == NULL))
				return -EINVAL;
			argument++;
		}