diff options
author | Roy Chan <[email protected]> | 2021-07-23 16:48:57 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2021-08-09 15:43:18 -0400 |
commit | 04c1aad9fa0f17e93aa0a2d9847d7d1bbb4d0636 (patch) | |
tree | 5572b68225b0fc4b67ed866ea9c556a6f6a4602c | |
parent | 781e1e23131cce56fb557e6ec2260480a6bd08cc (diff) |
drm/amd/display: Correct comment style
Acked-by: Anson Jacob <[email protected]>
Signed-off-by: Roy Chan <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h b/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h index aa2707e469c1..661b32a5ff9b 100644 --- a/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h +++ b/drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h @@ -1438,7 +1438,7 @@ struct dmub_cmd_psr_set_level_data { * 16-bit value dicated by driver that will enable/disable different functionality. */ uint16_t psr_level; - /** + /** * PSR control version. */ uint8_t cmd_version; |