[PATCH] Documentation: cpu-hotplug: Fix typos

2016-10-25 Thread Igor Vuk
Fix some minor spelling errors and capitalization issues. Signed-off-by: Igor Vuk --- Documentation/cpu-hotplug.txt | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Documentation/cpu-hotplug.txt b/Documentation/cpu-hotplug.txt index dd68821

Re: [PATCH] Documentation: cpu-hotplug: Fix typos

2016-10-26 Thread Igor Vuk
On 26.10.2016 01:01, Jonathan Corbet wrote: You missed one! :) Yeah, I noticed that one when the patch was already sent. :) I fixed that one too after applying the patch, thanks. If I'm not wrong, this is your first kernel patch - congratulations! Thanks! -- To unsubscribe from this list:

Re: [PATCH] Documentation: cpu-hotplug: Fix typos

2016-10-26 Thread Igor Vuk
On 26.10.2016 11:03, Jani Nikula wrote: The next patch could be converting the file to reStructuredText! ;) Would this be useful? I could give it a try, if it's needed. -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majord...@vger.kernel.org

[PATCH] Documentation: initrd: Remove trailing whitespace

2016-10-26 Thread Igor Vuk
Trailing whitespace cleanup. Signed-off-by: Igor Vuk --- Documentation/initrd.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/initrd.txt b/Documentation/initrd.txt index 4e1839c..0664e33 100644 --- a/Documentation/initrd.txt +++ b/Documentation

Re: [PATCH] Documentation: initrd: Remove trailing whitespace

2016-10-26 Thread Igor Vuk
On 26.10.2016 22:25, Jonathan Corbet wrote: Unfortunately, this file has been converted to RST and moved, so this patch won't apply. Sorry for the noise, in that case. :/ I've been checking against current master and linux-next trees, both of those still have that file in place. Is there anot

Re: [PATCH] Documentation: initrd: Remove trailing whitespace

2016-10-26 Thread Igor Vuk
On 26.10.2016 23:08, Jonathan Corbet wrote: The MAINTAINERS file is the place to look for such information; you'll find this line there under documentation: Apologies, I guess I should've read the KernelNewbies articles with a bit more concentration. :) I've skimmed over that file before sendi