diff options
author | Quentin Schulz <foss@0leil.net> | 2020-09-17 01:58:59 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:36 +0100 |
commit | c387f0c2543a9dd7f8eca069629ede4bb5ec5dba (patch) | |
tree | d0a7fccf9b84915862b1174ae75cd0437a60bb2d /documentation/kernel-dev/kernel-dev-concepts-appx.rst | |
parent | 6813141743f4263e6b03fd7294f9cec4ec1a3194 (diff) | |
download | poky-c387f0c2543a9dd7f8eca069629ede4bb5ec5dba.tar.gz |
sphinx: replace special quotes with single and double quotes
(From yocto-docs rev: 0aeb7a94abcef3cb3850c753dd0a243f381e6675)
Signed-off-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-concepts-appx.rst')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-concepts-appx.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-dev/kernel-dev-concepts-appx.rst b/documentation/kernel-dev/kernel-dev-concepts-appx.rst index 4ddb7ddb60..04cb1172b2 100644 --- a/documentation/kernel-dev/kernel-dev-concepts-appx.rst +++ b/documentation/kernel-dev/kernel-dev-concepts-appx.rst | |||
@@ -129,7 +129,7 @@ cutting edge Yocto Linux kernel that mixes forward ports of existing | |||
129 | Linux kernel features and significant and critical new functionality. | 129 | Linux kernel features and significant and critical new functionality. |
130 | Forward porting Linux kernel functionality into the Yocto Linux kernels | 130 | Forward porting Linux kernel functionality into the Yocto Linux kernels |
131 | available through the Yocto Project can be thought of as a "micro | 131 | available through the Yocto Project can be thought of as a "micro |
132 | uprev." The many “micro uprevs” produce a Yocto Linux kernel version | 132 | uprev." The many "micro uprevs" produce a Yocto Linux kernel version |
133 | with a mix of important new mainline, non-mainline, BSP developments and | 133 | with a mix of important new mainline, non-mainline, BSP developments and |
134 | feature integrations. This Yocto Linux kernel gives insight into new | 134 | feature integrations. This Yocto Linux kernel gives insight into new |
135 | features and allows focused amounts of testing to be done on the kernel, | 135 | features and allows focused amounts of testing to be done on the kernel, |