[PATCH v3 12/13] drm/xe/configfs: Minor fixes to documentation
Bhadane, Dnyaneshwar
dnyaneshwar.bhadane at intel.com
Tue Aug 12 10:24:21 UTC 2025
> -----Original Message-----
> From: De Marchi, Lucas <lucas.demarchi at intel.com>
> Sent: Friday, August 8, 2025 11:00 PM
> To: intel-xe at lists.freedesktop.org
> Cc: De Marchi, Lucas <lucas.demarchi at intel.com>; Kumar, Prashanth
> <prashanth.kumar at intel.com>; Bhadane, Dnyaneshwar
> <dnyaneshwar.bhadane at intel.com>
> Subject: [PATCH v3 12/13] drm/xe/configfs: Minor fixes to documentation
>
> Add a few missing punctuation and line breaks and make the syntax for code
> snippets common to all of them.
>
> Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
LGTM,
Reviewed-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane at intel.com>
> ---
> drivers/gpu/drm/xe/xe_configfs.c | 9 +++++----
> 1 file changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/gpu/drm/xe/xe_configfs.c
> b/drivers/gpu/drm/xe/xe_configfs.c
> index 58196b7571239..3b9d24c0bb588 100644
> --- a/drivers/gpu/drm/xe/xe_configfs.c
> +++ b/drivers/gpu/drm/xe/xe_configfs.c
> @@ -24,9 +24,10 @@
> * =========
> *
> * Configfs is a filesystem-based manager of kernel objects. XE KMD registers
> a
> - * configfs subsystem called ``'xe'`` that creates a directory in the mounted
> configfs directory
> - * The user can create devices under this directory and configure them as
> necessary
> - * See Documentation/filesystems/configfs.rst for more information about
> how configfs works.
> + * configfs subsystem called ``xe`` that creates a directory in the
> + mounted
> + * configfs directory. The user can create devices under this directory
> + and
> + * configure them as necessary. See
> + Documentation/filesystems/configfs.rst for
> + * more information about how configfs works.
> *
> * Create devices
> * ==============
> @@ -119,7 +120,7 @@
> *
> * The created device directories can be removed using ``rmdir``::
> *
> - * rmdir /sys/kernel/config/xe/0000:03:00.0/
> + * # rmdir /sys/kernel/config/xe/0000:03:00.0/
> */
>
> struct xe_config_group_device {
>
> --
> 2.50.1
More information about the Intel-xe
mailing list