]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
drm/xe/configfs: Minor fixes to documentation
authorLucas De Marchi <lucas.demarchi@intel.com>
Thu, 21 Aug 2025 16:18:06 +0000 (09:18 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 22 Aug 2025 18:46:46 +0000 (11:46 -0700)
Add a few missing punctuation and line breaks and make the syntax for
code snippets common to all of them.

Reviewed-by: Dnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>
Link: https://lore.kernel.org/r/20250821-psmi-v5-11-34ab7550d3d8@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_configfs.c

index 089e21fefcfd8246f0f78e3a95a0acf709ea5b1e..26c5e1b29263671ff2fa1457425978959127aba0 100644 (file)
  * =========
  *
  * 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
  * ==============
  *
  * 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 {