forked from pool/systemd
d24108b9c9
- Add several upstream bugfix patches which are missed: * 0018-core-do-not-add-what-to-RequiresMountsFor-for-networ.patch * 0026-udevadm.xml-document-resolve-names-option-for-test.patch * 0030-Fix-for-SIGSEGV-in-systemd-bootchart-on-short-living.patch * 0032-rules-don-t-limit-some-of-the-rules-to-the-add-actio.patch * 0031-man-document-the-b-special-boot-option.patch * 0033-tmpfiles-log-unaccessible-FUSE-mount-points-only-as-.patch * 0034-systemd-python-fix-booted-and-add-two-functions-to-d.patch * 0035-activate-mention-E-in-the-help-text.patch * 0036-activate-fix-crash-when-s-is-passed.patch * 0037-tmpfiles-adjust-excludes-for-the-new-per-service-pri.patch * 0038-core-socket-fix-SO_REUSEPORT.patch * 0039-journal-when-appending-to-journal-file-allocate-larg.patch * 0040-journal-optimize-bisection-logic-a-bit-by-caching-th.patch * 0041-journal-fix-iteration-when-we-go-backwards-from-the-.patch * 0042-journal-allow-journal_file_copy_entry-to-work-on-non.patch * 0043-journal-simplify-pre-allocation-logic.patch * 0044-journald-mention-how-long-we-needed-to-flush-to-var-.patch * 0046-util.c-check-if-return-value-from-ttyname_r-is-0-ins.patch * 0047-docs-remove-unneeded-the-s-in-gudev-docs.patch * 0048-man-explicitly-say-when-multiple-units-can-be-specif.patch * 0049-systemd-treat-reload-failure-as-failure.patch - Add patch 0001-Don-t-snprintf-a-potentially-NULL-pointer.patch to avoid potential NULL pointer - Reorder patches to reflect udev/systemd usage - don't build bash-completions for bootstrap package - add more requires to this-is-only-for-build-envs to avoid problems in kiwi configs OBS-URL: https://build.opensuse.org/request/show/222383 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/systemd?expand=0&rev=176
42 lines
1.7 KiB
Diff
42 lines
1.7 KiB
Diff
From 572ce4f7832ffa7a91a582c4098f18cec5662666 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= <zbyszek@in.waw.pl>
|
|
Date: Sat, 30 Nov 2013 20:27:54 -0500
|
|
Subject: [PATCH] docs: remove unneeded the's in gudev docs
|
|
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=72164
|
|
---
|
|
src/libudev/libudev-device.c | 10 ++++------
|
|
1 file changed, 4 insertions(+), 6 deletions(-)
|
|
|
|
diff --git src/libudev/libudev-device.c src/libudev/libudev-device.c
|
|
index 059a590..9558ac3 100644
|
|
--- src/libudev/libudev-device.c
|
|
+++ src/libudev/libudev-device.c
|
|
@@ -982,9 +982,8 @@ static struct udev_device *device_new_from_parent(struct udev_device *udev_devic
|
|
* Find the next parent device, and fill in information from the sys
|
|
* device and the udev database entry.
|
|
*
|
|
- * The returned the device is not referenced. It is attached to the
|
|
- * child device, and will be cleaned up when the child device
|
|
- * is cleaned up.
|
|
+ * Returned device is not referenced. It is attached to the child
|
|
+ * device, and will be cleaned up when the child device is cleaned up.
|
|
*
|
|
* It is not necessarily just the upper level directory, empty or not
|
|
* recognized sys directories are ignored.
|
|
@@ -1018,9 +1017,8 @@ _public_ struct udev_device *udev_device_get_parent(struct udev_device *udev_dev
|
|
* If devtype is #NULL, only subsystem is checked, and any devtype will
|
|
* match.
|
|
*
|
|
- * The returned the device is not referenced. It is attached to the
|
|
- * child device, and will be cleaned up when the child device
|
|
- * is cleaned up.
|
|
+ * Returned device is not referenced. It is attached to the child
|
|
+ * device, and will be cleaned up when the child device is cleaned up.
|
|
*
|
|
* It can be called as many times as needed, without caring about
|
|
* references.
|
|
--
|
|
1.7.9.2
|
|
|