OSDN Git Service

drm/amd/display: Improve spelling, grammar, and formatting of amdgpu_dm.c comments
authorDavid Francis <David.Francis@amd.com>
Wed, 15 Aug 2018 18:38:30 +0000 (14:38 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 27 Aug 2018 20:20:41 +0000 (15:20 -0500)
commit1f6010a96273c3111ecdc12aa274c932da920493
tree84539301ca29212daa13dd7e8ecdbbdc1ce6ddbf
parent219097df0f9d47fd882791144c60f3155750a6a7
drm/amd/display: Improve spelling, grammar, and formatting of amdgpu_dm.c comments

[Why]
Good spelling and grammar makes comments
more pleasant and clearer.

Linux has coding standards for comments
that we should try to follow.

[How]
Fix obvious spelling and grammar issues

Ensure all comments use '/*' and '*/' and multi-line comments
follow linux convention

Remove line-of-stars comments that do not separate sections
of code and comments referring to lines of code that have
since been removed

Signed-off-by: David Francis <David.Francis@amd.com>
Reviewed-by: Nicholas Kazlauskas <Nicholas.Kazlauskas@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c