[PATCH 0/3 v3] Documentation: kernel-parameters: alphabetize and misc. fixes

Randy Dunlap posted 3 patches 4 years, 2 months ago
Documentation/admin-guide/kernel-parameters.rst |   11
Documentation/admin-guide/kernel-parameters.txt |  326 +++++++-------
2 files changed, 180 insertions(+), 157 deletions(-)
[PATCH 0/3 v3] Documentation: kernel-parameters: alphabetize and misc. fixes
Posted by Randy Dunlap 4 years, 2 months ago
Alphabetize parts of kernel-parameters.txt. Alphabetize the "legends"
in kernel-parameters.rst. Add a few and drop a few outdated legends.


 [PATCH 1/3 v3] Docs: admin/kernel-parameters: edit a few boot options
 [PATCH 2/3 v3] Docs/admin: alphabetize some kernel-parameters (part 1)
 [PATCH 3/3 v3] docs/admin: alphabetize parts of kernel-parameters.txt (part 2)

 Documentation/admin-guide/kernel-parameters.rst |   11 
 Documentation/admin-guide/kernel-parameters.txt |  326 +++++++-------
 2 files changed, 180 insertions(+), 157 deletions(-)


Cc: Heiko Carstens <hca@linux.ibm.com>
Cc: Vasily Gorbik <gor@linux.ibm.com>
Cc: Alexander Gordeev <agordeev@linux.ibm.com>
Cc: Christian Borntraeger <borntraeger@linux.ibm.com>
Cc: Sven Schnelle <svens@linux.ibm.com>
Cc: linux-s390@vger.kernel.org
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: sparclinux@vger.kernel.org
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: linux-ia64@vger.kernel.org
Cc: "Rafael J. Wysocki" <rafael@kernel.org>
Cc: Pavel Machek <pavel@ucw.cz>
Cc: Len Brown <lenb@kernel.org>
Cc: linux-pm@vger.kernel.org
Cc: linux-acpi@vger.kernel.org
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Re: [PATCH 0/3 v3] Documentation: kernel-parameters: alphabetize and misc. fixes
Posted by Jonathan Corbet 4 years, 2 months ago
Randy Dunlap <rdunlap@infradead.org> writes:

> Alphabetize parts of kernel-parameters.txt. Alphabetize the "legends"
> in kernel-parameters.rst. Add a few and drop a few outdated legends.
>
>
>  [PATCH 1/3 v3] Docs: admin/kernel-parameters: edit a few boot options
>  [PATCH 2/3 v3] Docs/admin: alphabetize some kernel-parameters (part 1)
>  [PATCH 3/3 v3] docs/admin: alphabetize parts of kernel-parameters.txt (part 2)
>
>  Documentation/admin-guide/kernel-parameters.rst |   11 
>  Documentation/admin-guide/kernel-parameters.txt |  326 +++++++-------
>  2 files changed, 180 insertions(+), 157 deletions(-)

Series applied, thanks.

jon