]> asedeno.scripts.mit.edu Git - linux.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)
commit0530bbd0e40bda2c80909e9a5d74d33e8f3e1367
tree6335bf5356055d592cc6a35a1fb4e3f687f65725
parent6f91f44dea701c7504dfe8af920f493ea0eed9cf
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