drm/amdkfd: fix indentation issue
authorColin Ian King <colin.king@canonical.com>
Fri, 28 Feb 2020 13:08:21 +0000 (13:08 +0000)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 5 Mar 2020 05:26:45 +0000 (00:26 -0500)
There is a statement that is indented with spaces instead of a tab.
Replace spaces with a tab.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_topology.c

index 5303877..aa0bfa7 100644 (file)
@@ -490,7 +490,7 @@ static ssize_t node_show(struct kobject *kobj, struct attribute *attr,
                        dev->node_props.num_sdma_queues_per_engine);
        sysfs_show_32bit_prop(buffer, "num_cp_queues",
                        dev->node_props.num_cp_queues);
-    sysfs_show_64bit_prop(buffer, "unique_id",
+       sysfs_show_64bit_prop(buffer, "unique_id",
                        dev->node_props.unique_id);
 
        if (dev->gpu) {