linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: adjust to kobject doc ReST conversion
@ 2020-03-04 11:08 Lukas Bulwahn
  2020-03-04 11:57 ` Sameer Rahmani
  2020-03-10 17:30 ` Jonathan Corbet
  0 siblings, 2 replies; 4+ messages in thread
From: Lukas Bulwahn @ 2020-03-04 11:08 UTC (permalink / raw)
  To: Jonathan Corbet, Sameer Rahmani
  Cc: linux-doc, Randy Dunlap, Joe Perches, kernel-janitors,
	linux-kernel, Lukas Bulwahn

Commit 5fed00dcaca8 ("Documentation: kobject.txt has been moved to
core-api/kobject.rst") missed to adjust the entry in MAINTAINERS.

Since then, ./scripts/get_maintainer.pl --self-test complains:

  warning: no file matches F: Documentation/kobject.txt

Adjust DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS entry in MAINTAINERS.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
Sameer, please ack.
Jonathan, pick pick this patch for doc-next.

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d064049aad1b..998d56e61a41 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5213,7 +5213,7 @@ M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 R:	"Rafael J. Wysocki" <rafael@kernel.org>
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
 S:	Supported
-F:	Documentation/kobject.txt
+F:	Documentation/core-api/kobject.rst
 F:	drivers/base/
 F:	fs/debugfs/
 F:	fs/sysfs/
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: adjust to kobject doc ReST conversion
  2020-03-04 11:08 [PATCH] MAINTAINERS: adjust to kobject doc ReST conversion Lukas Bulwahn
@ 2020-03-04 11:57 ` Sameer Rahmani
  2020-03-04 21:37   ` Lukas Bulwahn
  2020-03-10 17:30 ` Jonathan Corbet
  1 sibling, 1 reply; 4+ messages in thread
From: Sameer Rahmani @ 2020-03-04 11:57 UTC (permalink / raw)
  To: Lukas Bulwahn, Jonathan Corbet
  Cc: linux-doc, Randy Dunlap, Joe Perches, kernel-janitors, linux-kernel


On 04/03/2020 11:08, Lukas Bulwahn wrote:
> Commit 5fed00dcaca8 ("Documentation: kobject.txt has been moved to
> core-api/kobject.rst") missed to adjust the entry in MAINTAINERS.
>
> Since then, ./scripts/get_maintainer.pl --self-test complains:
>
>    warning: no file matches F: Documentation/kobject.txt
>
> Adjust DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS entry in MAINTAINERS.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Sameer, please ack.
> Jonathan, pick pick this patch for doc-next.
>
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d064049aad1b..998d56e61a41 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5213,7 +5213,7 @@ M:	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
>   R:	"Rafael J. Wysocki" <rafael@kernel.org>
>   T:	git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
>   S:	Supported
> -F:	Documentation/kobject.txt
> +F:	Documentation/core-api/kobject.rst
>   F:	drivers/base/
>   F:	fs/debugfs/
>   F:	fs/sysfs/

Hi Lukas,

Thanks for the fix. It looks good to me


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: adjust to kobject doc ReST conversion
  2020-03-04 11:57 ` Sameer Rahmani
@ 2020-03-04 21:37   ` Lukas Bulwahn
  0 siblings, 0 replies; 4+ messages in thread
From: Lukas Bulwahn @ 2020-03-04 21:37 UTC (permalink / raw)
  To: Sameer Rahmani
  Cc: Lukas Bulwahn, Jonathan Corbet, linux-doc, Randy Dunlap,
	Joe Perches, kernel-janitors, linux-kernel



On Wed, 4 Mar 2020, Sameer Rahmani wrote:
> 
> Thanks for the fix. It looks good to me
> 
> 

Sameer, in the kernel community, there is the convention to acknowledge a 
patch with responses, such as Acked-by or Reviewed-by. Maintainer scripts 
then allow the maintainer to pick those up automatically from the 
responses. So, you would respond in a new line with "Acked-by: your full 
name <your email address>".

You can read more on that here:

https://www.kernel.org/doc/html/latest/process/submitting-patches.html#when-to-use-acked-by-cc-and-co-developed-by

I hope this helps and is interesting to you.

Thanks for your review and quick response to my patch,

Lukas

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: adjust to kobject doc ReST conversion
  2020-03-04 11:08 [PATCH] MAINTAINERS: adjust to kobject doc ReST conversion Lukas Bulwahn
  2020-03-04 11:57 ` Sameer Rahmani
@ 2020-03-10 17:30 ` Jonathan Corbet
  1 sibling, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2020-03-10 17:30 UTC (permalink / raw)
  To: Lukas Bulwahn
  Cc: Sameer Rahmani, linux-doc, Randy Dunlap, Joe Perches,
	kernel-janitors, linux-kernel

On Wed,  4 Mar 2020 12:08:21 +0100
Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:

> Commit 5fed00dcaca8 ("Documentation: kobject.txt has been moved to
> core-api/kobject.rst") missed to adjust the entry in MAINTAINERS.
> 
> Since then, ./scripts/get_maintainer.pl --self-test complains:
> 
>   warning: no file matches F: Documentation/kobject.txt
> 
> Adjust DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS entry in MAINTAINERS.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> Sameer, please ack.
> Jonathan, pick pick this patch for doc-next.

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-10 17:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-04 11:08 [PATCH] MAINTAINERS: adjust to kobject doc ReST conversion Lukas Bulwahn
2020-03-04 11:57 ` Sameer Rahmani
2020-03-04 21:37   ` Lukas Bulwahn
2020-03-10 17:30 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).