drm/amdgpu: fix typo in bios_parser.c
authorAlexandre Demers <alexandre.f.demers@gmail.com>
Tue, 8 Apr 2025 02:11:00 +0000 (22:11 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 21 Apr 2025 14:54:36 +0000 (10:54 -0400)
Probably a cut and paste error from using get_integrated_info_v8's comment.
This has to be get_integrated_info_v9

Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/bios/bios_parser.c

index 3bacf470f7c5b7a7f538c5d58c81f7595a12749f..67f08495b7e6e2127d02cfe0367c5a148f3bf383 100644 (file)
@@ -2384,10 +2384,10 @@ static enum bp_result get_integrated_info_v8(
 }
 
 /*
- * get_integrated_info_v8
+ * get_integrated_info_v9
  *
  * @brief
- * Get V8 integrated BIOS information
+ * Get V9 integrated BIOS information
  *
  * @param
  * bios_parser *bp - [in]BIOS parser handler to get master data table