On Mon, Jul 22, 2019 at 05:56:48PM +0100, Emil Velikov wrote:
> From: Emil Velikov <[email protected]>
> 
> Current comment mentions /dev/drm which hasn't been a thing even before
> the code was merged into the kernel ;-)
> 
> Signed-off-by: Emil Velikov <[email protected]>
> ---
>  drivers/gpu/drm/drm_file.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/drm_file.c b/drivers/gpu/drm/drm_file.c
> index ea34bc991858..5274b40eb5e3 100644
> --- a/drivers/gpu/drm/drm_file.c
> +++ b/drivers/gpu/drm/drm_file.c
> @@ -285,7 +285,7 @@ static int drm_cpu_valid(void)
>  }
>  
>  /*
> - * Called whenever a process opens /dev/drm.
> + * Called whenever a process opens /dev/dri/[number]

Well, /dev/dri/[number] also doesn't exist. You could change to:

+ * Called whenever a process opens /dev/dri/(card|render)[number]

or don't try to specify the exact path and say:

+ * Called whenever a process opens a drm node


Either way, 

Reviewed-by: Sean Paul <[email protected]>


>   *
>   * \param filp file pointer.
>   * \param minor acquired minor-object.
> -- 
> 2.21.0
> 
> _______________________________________________
> dri-devel mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

-- 
Sean Paul, Software Engineer, Google / Chromium OS
_______________________________________________
dri-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/dri-devel

Reply via email to