65878a
From 9d175ba1edccb9e7e1d9d2994c3c074f43ea2539 Mon Sep 17 00:00:00 2001
65878a
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl>
65878a
Date: Sat, 30 Nov 2013 20:27:54 -0500
65878a
Subject: [PATCH] docs: remove unneeded the's in gudev docs
65878a
65878a
https://bugs.freedesktop.org/show_bug.cgi?id=72164
65878a
---
65878a
 src/libudev/libudev-device.c | 10 ++++------
65878a
 1 file changed, 4 insertions(+), 6 deletions(-)
65878a
65878a
diff --git a/src/libudev/libudev-device.c b/src/libudev/libudev-device.c
65878a
index a644904..161181a 100644
65878a
--- a/src/libudev/libudev-device.c
65878a
+++ b/src/libudev/libudev-device.c
65878a
@@ -980,9 +980,8 @@ static struct udev_device *device_new_from_parent(struct udev_device *udev_devic
65878a
  * Find the next parent device, and fill in information from the sys
65878a
  * device and the udev database entry.
65878a
  *
65878a
- * The returned the device is not referenced. It is attached to the
65878a
- * child device, and will be cleaned up when the child device
65878a
- * is cleaned up.
65878a
+ * Returned device is not referenced. It is attached to the child
65878a
+ * device, and will be cleaned up when the child device is cleaned up.
65878a
  *
65878a
  * It is not necessarily just the upper level directory, empty or not
65878a
  * recognized sys directories are ignored.
65878a
@@ -1016,9 +1015,8 @@ _public_ struct udev_device *udev_device_get_parent(struct udev_device *udev_dev
65878a
  * If devtype is #NULL, only subsystem is checked, and any devtype will
65878a
  * match.
65878a
  *
65878a
- * The returned the device is not referenced. It is attached to the
65878a
- * child device, and will be cleaned up when the child device
65878a
- * is cleaned up.
65878a
+ * Returned device is not referenced. It is attached to the child
65878a
+ * device, and will be cleaned up when the child device is cleaned up.
65878a
  *
65878a
  * It can be called as many times as needed, without caring about
65878a
  * references.