diff mbox series

drm/vkms: Update VKMS documentation

Message ID 20191101223735.2425-1-gabrielabittencourt00@gmail.com (mailing list archive)
State New, archived
Headers show
Series drm/vkms: Update VKMS documentation | expand

Commit Message

Gabriela Bittencourt Nov. 1, 2019, 10:37 p.m. UTC
Small changes in the driver documentation, clarifing the description.

Signed-off-by: Gabriela Bittencourt <gabrielabittencourt00@gmail.com>

---

Tested using: make htmldocs
---
 drivers/gpu/drm/vkms/vkms_drv.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Daniel Vetter Nov. 4, 2019, 5:40 p.m. UTC | #1
On Fri, Nov 01, 2019 at 07:37:35PM -0300, Gabriela Bittencourt wrote:
> Small changes in the driver documentation, clarifing the description.
> 
> Signed-off-by: Gabriela Bittencourt <gabrielabittencourt00@gmail.com>

lgtm, applied.
-Daniel

> 
> ---
> 
> Tested using: make htmldocs
> ---
>  drivers/gpu/drm/vkms/vkms_drv.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/drivers/gpu/drm/vkms/vkms_drv.c b/drivers/gpu/drm/vkms/vkms_drv.c
> index 80524a22412a..52e761bd6c2d 100644
> --- a/drivers/gpu/drm/vkms/vkms_drv.c
> +++ b/drivers/gpu/drm/vkms/vkms_drv.c
> @@ -3,10 +3,10 @@
>  /**
>   * DOC: vkms (Virtual Kernel Modesetting)
>   *
> - * vkms is a software-only model of a kms driver that is useful for testing,
> - * or for running X (or similar) on headless machines and be able to still
> - * use the GPU. vkms aims to enable a virtual display without the need for
> - * a hardware display capability.
> + * VKMS is a software-only model of a KMS driver that is useful for testing
> + * and for running X (or similar) on headless machines. VKMS aims to enable
> + * a virtual display with no need of a hardware display capability, releasing
> + * the GPU in DRM API tests.
>   */
>  
>  #include <linux/module.h>
> -- 
> 2.20.1
>
diff mbox series

Patch

diff --git a/drivers/gpu/drm/vkms/vkms_drv.c b/drivers/gpu/drm/vkms/vkms_drv.c
index 80524a22412a..52e761bd6c2d 100644
--- a/drivers/gpu/drm/vkms/vkms_drv.c
+++ b/drivers/gpu/drm/vkms/vkms_drv.c
@@ -3,10 +3,10 @@ 
 /**
  * DOC: vkms (Virtual Kernel Modesetting)
  *
- * vkms is a software-only model of a kms driver that is useful for testing,
- * or for running X (or similar) on headless machines and be able to still
- * use the GPU. vkms aims to enable a virtual display without the need for
- * a hardware display capability.
+ * VKMS is a software-only model of a KMS driver that is useful for testing
+ * and for running X (or similar) on headless machines. VKMS aims to enable
+ * a virtual display with no need of a hardware display capability, releasing
+ * the GPU in DRM API tests.
  */
 
 #include <linux/module.h>