Correct typo of "its".
Add a comma for clarity.

Signed-off-by: Randy Dunlap <rdun...@infradead.org>
Cc: Jani Nikula <jani.nik...@linux.intel.com>
Cc: Joonas Lahtinen <joonas.lahti...@linux.intel.com>
Cc: Rodrigo Vivi <rodrigo.v...@intel.com>
Cc: Tvrtko Ursulin <tvrtko.ursu...@linux.intel.com>
Cc: intel-gfx@lists.freedesktop.org
Cc: Maarten Lankhorst <maarten.lankho...@linux.intel.com>
Cc: Maxime Ripard <mrip...@kernel.org>
Cc: Thomas Zimmermann <tzimmerm...@suse.de>
Cc: dri-de...@lists.freedesktop.org
---
 include/uapi/drm/i915_drm.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff -- a/include/uapi/drm/i915_drm.h b/include/uapi/drm/i915_drm.h
--- a/include/uapi/drm/i915_drm.h
+++ b/include/uapi/drm/i915_drm.h
@@ -38,13 +38,13 @@ extern "C" {
  */
 
 /**
- * DOC: uevents generated by i915 on it's device node
+ * DOC: uevents generated by i915 on its device node
  *
  * I915_L3_PARITY_UEVENT - Generated when the driver receives a parity mismatch
- *     event from the gpu l3 cache. Additional information supplied is ROW,
+ *     event from the GPU l3 cache. Additional information supplied is ROW,
  *     BANK, SUBBANK, SLICE of the affected cacheline. Userspace should keep
  *     track of these events and if a specific cache-line seems to have a
- *     persistent error remap it with the l3 remapping tool supplied in
+ *     persistent error, remap it with the l3 remapping tool supplied in
  *     intel-gpu-tools.  The value supplied with the event is always 1.
  *
  * I915_ERROR_UEVENT - Generated upon error detection, currently only via

Reply via email to