Re: [PATCH v2] docs-rst: doc-guide: Minor grammar fixes

2019-01-13 Thread Mike Rapoport
On Mon, Jan 14, 2019 at 09:14:59AM +0200, Joel Nider wrote: > While using this guide to learn the new documentation method, I saw > a few phrases that I felt could be improved. These small changes > improve the grammar and choice of words to further enhance the > installation instructions. > > Sig

[PATCH v2] docs-rst: doc-guide: Minor grammar fixes

2019-01-13 Thread Joel Nider
While using this guide to learn the new documentation method, I saw a few phrases that I felt could be improved. These small changes improve the grammar and choice of words to further enhance the installation instructions. Signed-off-by: Joel Nider Acked-by: Matthew Wilcox --- v2: address Matthe

[PATCH] docs: Bump version to 5.x

2019-01-13 Thread Joel Stanley
This shows up in the index of https://www.kernel.org/doc/html/latest/ so I figured it should be updated. Fixes: bfeffd15528 ("Linux 5.0-rc1") Signed-off-by: Joel Stanley -- We could also remove the version number instead of applying this patch. --- Documentation/admin-guide/README.rst | 5 +++--

Re: [PATCH v10 01/12] dt-bindings: Add a document of PECI subsystem

2019-01-13 Thread Joel Stanley
On Tue, 8 Jan 2019 at 08:11, Jae Hyun Yoo wrote: > > This commit adds a document of generic PECI bus, adapter and client > driver. > > Cc: Rob Herring > Cc: Mark Rutland > Cc: Andrew Jeffery > Cc: Joel Stanley > Signed-off-by: Jae Hyun Yoo > Reviewed-by: Haiyue Wang > Reviewed-by: James Feis

Re: [PATCH 1/2 v6] kdump: add the vmcoreinfo documentation

2019-01-13 Thread lijiang
在 2019年01月11日 22:56, Borislav Petkov 写道: > On Thu, Jan 10, 2019 at 08:19:43PM +0800, Lianbo Jiang wrote: >> This document lists some variables that export to vmcoreinfo, and briefly >> describles what these variables indicate. It should be instructive for >> many people who do not know the vmcorein

[PATCH] networking: Documentation: fix snmp_counters.rst Sphinx warnings

2019-01-13 Thread Randy Dunlap
From: Randy Dunlap Fix over 100 documentation warnings in snmp_counter.rst by extending the underline string lengths and inserting a blank line after bullet items. Examples: Documentation/networking/snmp_counter.rst:1: WARNING: Title overline too short. Documentation/networking/snmp_counter.rst

[PATCH] Documentation: fix coding-style.rst Sphinx warning

2019-01-13 Thread Randy Dunlap
From: Randy Dunlap Fix Sphinx warning in coding-style.rst: Documentation/process/coding-style.rst:446: WARNING: Inline interpreted text or phrase reference start-string without end-string. Signed-off-by: Randy Dunlap --- Documentation/process/coding-style.rst |2 +- 1 file changed, 1 ins

[PATCH] Documentation: add ibmvmc to toctree(index) and fix warnings

2019-01-13 Thread Randy Dunlap
From: Randy Dunlap Fix Sphinx warnings in ibmvmc.rst, add an index.rst file in Documentation/misc-devices/, and insert that index file into the top-level index file. Documentation/misc-devices/ibmvmc.rst:2: WARNING: Explicit markup ends without a blank line; unexpected unindent. Documentation/m

Re: [PATCH 1/2 v6] kdump: add the vmcoreinfo documentation

2019-01-13 Thread lijiang
在 2019年01月11日 20:33, Borislav Petkov 写道: > On Thu, Jan 10, 2019 at 08:19:43PM +0800, Lianbo Jiang wrote: >> +init_uts_ns.name.release >> + >> + >> +The version of the Linux kernel. Used to find the corresponding source >> +code from which the kernel has been built. >> + > >

Re: [GIT PULL] Documentation: Add AFBC modifier usage documentation

2019-01-13 Thread Liviu Dudau
On Fri, Jan 11, 2019 at 11:12:34AM -0700, Jonathan Corbet wrote: > On Fri, 11 Jan 2019 18:07:49 + > Liviu Dudau wrote: > > > I have a patch adding documentation for the AFBC modifiers supported > > by the DRM framework with an upcoming patch series. Patch has been > > out for review for a whi

Re: [GIT PULL] Documentation: Add AFBC modifier usage documentation

2019-01-13 Thread Liviu Dudau
Hi Matthew, On Fri, Jan 11, 2019 at 10:13:44AM -0800, Matthew Wilcox wrote: > On Fri, Jan 11, 2019 at 06:07:49PM +, Liviu Dudau wrote: > > Hi Jonathan, > > > > I have a patch adding documentation for the AFBC modifiers supported > > by the DRM framework with an upcoming patch series. Patch ha

Re: [PATCH v4] coding-style: Clarify the expectations around bool

2019-01-13 Thread Matthew Wilcox
On Thu, Jan 10, 2019 at 11:48:13PM +, Jason Gunthorpe wrote: > +The Linux kernel bool type is an alias for the C99 _Bool type. bool values > can > +only evaluate to 0 or 1, and implicit or explicit conversion to bool > +automatically converts the value to true or false. When using bool types t

Re: [PATCH] docs-rst: doc-guide: Minor grammar fixes

2019-01-13 Thread Matthew Wilcox
On Sun, Jan 13, 2019 at 03:15:59PM +0200, Joel Nider wrote: > -A way to get rid of that is to use a different version than the one shipped > -on your distributions. In order to do that, it is recommended to install > +A way to avoid that is to use a different version than the one shipped > +on your

Re: [PATCH v4] coding-style: Clarify the expectations around bool

2019-01-13 Thread Federico Vaga
On 2019-01-11 00:48, Jason Gunthorpe wrote: There has been some confusion since checkpatch started warning about bool use in structures, and people have been avoiding using it. Many people feel there is still a legitimate place for bool in structures, so provide some guidance on bool usage der

[PATCH] docs-rst: doc-guide: Minor grammar fixes

2019-01-13 Thread Joel Nider
While using this guide to learn the new documentation method, I saw a few phrases that I felt could be improved. These small changes improve the grammar and choice of words to further enhance the installation instructions. Signed-off-by: Joel Nider --- Documentation/doc-guide/sphinx.rst | 12 +++