Skip to content

Commit 33eaede

Browse files
rddunlaprodrigovivi
authored andcommitted
drm/i915/uapi: fix doc typos
Correct typo of "its". Add commas for clarity. Capitalize L3. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Jani Nikula <jani.nikula@linux.intel.com> Cc: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Cc: Rodrigo Vivi <rodrigo.vivi@intel.com> Cc: Tvrtko Ursulin <tvrtko.ursulin@linux.intel.com> Cc: intel-gfx@lists.freedesktop.org Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Cc: Maxime Ripard <mripard@kernel.org> Cc: Thomas Zimmermann <tzimmermann@suse.de> Cc: Ville Syrjälä <ville.syrjala@linux.intel.com> Cc: dri-devel@lists.freedesktop.org Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20231008214942.28439-1-rdunlap@infradead.org
1 parent 3385375 commit 33eaede

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

include/uapi/drm/i915_drm.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ extern "C" {
3838
*/
3939

4040
/**
41-
* DOC: uevents generated by i915 on it's device node
41+
* DOC: uevents generated by i915 on its device node
4242
*
4343
* I915_L3_PARITY_UEVENT - Generated when the driver receives a parity mismatch
44-
* event from the gpu l3 cache. Additional information supplied is ROW,
44+
* event from the GPU L3 cache. Additional information supplied is ROW,
4545
* BANK, SUBBANK, SLICE of the affected cacheline. Userspace should keep
46-
* track of these events and if a specific cache-line seems to have a
47-
* persistent error remap it with the l3 remapping tool supplied in
46+
* track of these events, and if a specific cache-line seems to have a
47+
* persistent error, remap it with the L3 remapping tool supplied in
4848
* intel-gpu-tools. The value supplied with the event is always 1.
4949
*
5050
* I915_ERROR_UEVENT - Generated upon error detection, currently only via

0 commit comments

Comments
 (0)