[PATCH 0/2] Minor documentation clean-up in fs

Lukas Bulwahn posted 2 patches 2 years, 6 months ago
CREDITS        | 16 ++++++++++++++++
MAINTAINERS    |  6 ++++++
fs/qnx4/README |  9 ---------
fs/qnx6/README |  8 --------
4 files changed, 22 insertions(+), 17 deletions(-)
delete mode 100644 fs/qnx4/README
delete mode 100644 fs/qnx6/README
[PATCH 0/2] Minor documentation clean-up in fs
Posted by Lukas Bulwahn 2 years, 6 months ago
Dear Jonathan,

please pick this minor documentation clean-up in fs. It is not in the
Documentation directory, but I would consider these README files also
some unsorted largely distributed kernel documentation.

Here is some trivial and probably little-to-debate clean up.
 
Lukas Bulwahn (2):
  qnx6: credit contributor and mark filesystem orphan
  qnx4: credit contributors in CREDITS

 CREDITS        | 16 ++++++++++++++++
 MAINTAINERS    |  6 ++++++
 fs/qnx4/README |  9 ---------
 fs/qnx6/README |  8 --------
 4 files changed, 22 insertions(+), 17 deletions(-)
 delete mode 100644 fs/qnx4/README
 delete mode 100644 fs/qnx6/README

-- 
2.17.1
Re: [PATCH 0/2] Minor documentation clean-up in fs
Posted by Jonathan Corbet 2 years, 5 months ago
Lukas Bulwahn <lukas.bulwahn@gmail.com> writes:

> Dear Jonathan,
>
> please pick this minor documentation clean-up in fs. It is not in the
> Documentation directory, but I would consider these README files also
> some unsorted largely distributed kernel documentation.
>
> Here is some trivial and probably little-to-debate clean up.
>  
> Lukas Bulwahn (2):
>   qnx6: credit contributor and mark filesystem orphan
>   qnx4: credit contributors in CREDITS
>
>  CREDITS        | 16 ++++++++++++++++
>  MAINTAINERS    |  6 ++++++
>  fs/qnx4/README |  9 ---------
>  fs/qnx6/README |  8 --------
>  4 files changed, 22 insertions(+), 17 deletions(-)
>  delete mode 100644 fs/qnx4/README
>  delete mode 100644 fs/qnx6/README

Applied, thanks.

jon