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

Message ID 20230220170210.15677-1-lukas.bulwahn@gmail.com
Headers
Series Minor documentation clean-up in fs |

Message

Lukas Bulwahn Feb. 20, 2023, 5:02 p.m. UTC
  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
  

Comments

Jonathan Corbet March 14, 2023, 6:53 p.m. UTC | #1
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