Commit e06da817 authored by Srinivasan Shanmugam's avatar Srinivasan Shanmugam Committed by Alex Deucher

drm/amdgpu: Fix kdoc warning

Fixes the following gcc with W=1:

drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c:76: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 * EEPROM Table structure v1
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c:98: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 * EEPROM Table structrue v2.1

Cc: Christian König <christian.koenig@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Acked-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 17fbdbda
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
/* Bad GPU tag ‘BADG’ */ /* Bad GPU tag ‘BADG’ */
#define RAS_TABLE_HDR_BAD 0x42414447 #define RAS_TABLE_HDR_BAD 0x42414447
/** /*
* EEPROM Table structure v1 * EEPROM Table structure v1
* --------------------------------- * ---------------------------------
* | | * | |
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
#define RAS_MAX_RECORD_COUNT ((RAS_TBL_SIZE_BYTES - RAS_TABLE_HEADER_SIZE) \ #define RAS_MAX_RECORD_COUNT ((RAS_TBL_SIZE_BYTES - RAS_TABLE_HEADER_SIZE) \
/ RAS_TABLE_RECORD_SIZE) / RAS_TABLE_RECORD_SIZE)
/** /*
* EEPROM Table structrue v2.1 * EEPROM Table structrue v2.1
* --------------------------------- * ---------------------------------
* | | * | |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment