drm/amd/display: Fixed comments (uniform style)
authorFelipe <Felipe.Clark@amd.com>
Thu, 3 Sep 2020 15:06:28 +0000 (11:06 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 5 Oct 2020 19:16:20 +0000 (15:16 -0400)
commitfe984cb3dd325c4c5c7c360e43d93608d4d8870a
tree849096457f9162bfe517dae445a2a95b97e59478
parentf7fb81a18f026b70e42ccc95c7d4485b0cdbfbbf
drm/amd/display: Fixed comments (uniform style)

[WHY]
This change was implemented because the comment style was not uniform
across the file. In some lines comments were initiated with // and in
others they were in between /* ... */.
Additionally, the style for multi-line comments was also not uniform and
some comment lines were missing the space between the opening /* and the
first word of the comment.

[HOW]
All comments are now in between /*.../*, multi line comments also use
/*...*/ and for every comment there is now a space between the opening
/* and the first word of the comment.

Signed-off-by: Felipe <Felipe.Clark@amd.com>
Acked-by: Eryk Brol <eryk.brol@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/modules/freesync/freesync.c