drm/amd/pm: Fix comment style
authorLijo Lazar <lijo.lazar@amd.com>
Mon, 28 Apr 2025 04:59:04 +0000 (10:29 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 30 Apr 2025 22:15:03 +0000 (18:15 -0400)
Fix code comment style

Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Yang Wang <kevinyang.wang@amd.com>
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202504271422.D6cqMlZ0-lkp@intel.com/
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c

index 453952cdc353b1a4e4f94e41b12c9e8b774d828a..9ad46f545d15c8cae4bbfed98b93a32cf558253c 100644 (file)
@@ -1347,7 +1347,7 @@ static int arcturus_get_power_limit(struct smu_context *smu,
                *default_power_limit = power_limit;
        if (max_power_limit)
                *max_power_limit = power_limit;
-       /**
+       /*
         * No lower bound is imposed on the limit. Any unreasonable limit set
         * will result in frequent throttling.
         */