]> git.baikalelectronics.ru Git - kernel.git/commit
drm/vkms: Fix typo and preposion in function documentation
authorGabriela Bittencourt <gabrielabittencourt00@gmail.com>
Mon, 4 Nov 2019 16:14:24 +0000 (13:14 -0300)
committerRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Thu, 5 Dec 2019 23:55:55 +0000 (18:55 -0500)
commitb2b68538248bbdf3f6d419b1c7fc046afd6234b8
tree6335bf5356055d592cc6a35a1fb4e3f687f65725
parent7706675979565403f47a93ec66ddf65745998103
drm/vkms: Fix typo and preposion in function documentation

Fix typo in word 'blend' and in the word 'destination' and change
preposition 'at' to 'of' in function 'blend' documentation.
And change the task introduction word 'Todo' for the word all in uppercase
- 'TODO'. With the TODO word all in uppercase (as it's the standard) it's
easier to find the tasks that have to be done throughout the code.

Changes since V3:
 Rodrigo:
 - Merge the patch series into a single patch since it contains one single
 logical change

Changes since V2:
 - Add fix typo in  word 'destination'
 - Add change of the preposition
 - Fix the name of the function in log message
 - Add the change in word 'Todo'

Reviewed-by: Rodrigo Siqueira <rodrigosiqueiramelo@gmail.com>
Signed-off-by: Gabriela Bittencourt <gabrielabittencourt00@gmail.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191104161424.18105-1-gabrielabittencourt00@gmail.com
drivers/gpu/drm/vkms/vkms_composer.c