Commit 66b21c33 authored by Lucas De Marchi's avatar Lucas De Marchi
Browse files

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.

Reviewed-by: default avatarDnyaneshwar Bhadane <dnyaneshwar.bhadane@intel.com>
Link: https://lore.kernel.org/r/20250821-psmi-v5-11-34ab7550d3d8@intel.com


Signed-off-by: default avatarLucas De Marchi <lucas.demarchi@intel.com>
parent e2b33fce
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -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
 * ==============
@@ -113,7 +114,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 {