The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] docs: ABI: sysfs-uevent: add missing bracket
@ 2026-06-12 14:53 Manuel Ebner
  2026-06-29 12:42 ` Manuel Ebner
  2026-06-30 10:48 ` Manuel Ebner
  0 siblings, 2 replies; 6+ messages in thread
From: Manuel Ebner @ 2026-06-12 14:53 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Rafael J . Wysocki, Danilo Krummrich,
	driver-core, linux-kernel
  Cc: Manuel Ebner

Add ']' to complete the command.

Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>
---
 Documentation/ABI/testing/sysfs-uevent | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/ABI/testing/sysfs-uevent b/Documentation/ABI/testing/sysfs-uevent
index 0b6227706b35..c15e18c47a0e 100644
--- a/Documentation/ABI/testing/sysfs-uevent
+++ b/Documentation/ABI/testing/sysfs-uevent
@@ -8,7 +8,7 @@ Description:
 
                 Recognized extended format is::
 
-			ACTION [UUID [KEY=VALUE ...]
+			ACTION [UUID [KEY=VALUE ...]]
 
                 The ACTION is compulsory - it is the name of the uevent
                 action (``add``, ``change``, ``remove``). There is no change
-- 
2.54.0


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

* Re: [PATCH] docs: ABI: sysfs-uevent: add missing bracket
  2026-06-12 14:53 [PATCH] docs: ABI: sysfs-uevent: add missing bracket Manuel Ebner
@ 2026-06-29 12:42 ` Manuel Ebner
  2026-06-30 10:27   ` Greg KH
  2026-06-30 10:48 ` Manuel Ebner
  1 sibling, 1 reply; 6+ messages in thread
From: Manuel Ebner @ 2026-06-29 12:42 UTC (permalink / raw)
  To: manuelebner; +Cc: dakr, driver-core, gregkh, linux-kernel, rafael

Hello

is this patch still on it's way?

Thanks
 Manuel

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

* Re: [PATCH] docs: ABI: sysfs-uevent: add missing bracket
  2026-06-29 12:42 ` Manuel Ebner
@ 2026-06-30 10:27   ` Greg KH
  0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2026-06-30 10:27 UTC (permalink / raw)
  To: Manuel Ebner; +Cc: dakr, driver-core, linux-kernel, rafael

On Mon, Jun 29, 2026 at 02:42:26PM +0200, Manuel Ebner wrote:
> 
> is this patch still on it's way?

There is no context here :(

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

* Re: [PATCH] docs: ABI: sysfs-uevent: add missing bracket
  2026-06-12 14:53 [PATCH] docs: ABI: sysfs-uevent: add missing bracket Manuel Ebner
  2026-06-29 12:42 ` Manuel Ebner
@ 2026-06-30 10:48 ` Manuel Ebner
  2026-06-30 10:57   ` Greg Kroah-Hartman
  1 sibling, 1 reply; 6+ messages in thread
From: Manuel Ebner @ 2026-06-30 10:48 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Rafael J . Wysocki, Danilo Krummrich,
	driver-core, linux-kernel

Hello, 
is this patch still on it's way?
Resent for context.

Sorry for the noise.
 Manuel

On Fri, 2026-06-12 at 16:53 +0200, Manuel Ebner wrote:
> Add ']' to complete the command.
> 
> Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>
> ---
>  Documentation/ABI/testing/sysfs-uevent | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/ABI/testing/sysfs-uevent b/Documentation/ABI/testing/sysfs-
> uevent
> index 0b6227706b35..c15e18c47a0e 100644
> --- a/Documentation/ABI/testing/sysfs-uevent
> +++ b/Documentation/ABI/testing/sysfs-uevent
> @@ -8,7 +8,7 @@ Description:
>  
>                  Recognized extended format is::
>  
> -			ACTION [UUID [KEY=VALUE ...]
> +			ACTION [UUID [KEY=VALUE ...]]
>  
>                  The ACTION is compulsory - it is the name of the uevent
>                  action (``add``, ``change``, ``remove``). There is no change

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

* Re: [PATCH] docs: ABI: sysfs-uevent: add missing bracket
  2026-06-30 10:48 ` Manuel Ebner
@ 2026-06-30 10:57   ` Greg Kroah-Hartman
  2026-06-30 17:48     ` Manuel Ebner
  0 siblings, 1 reply; 6+ messages in thread
From: Greg Kroah-Hartman @ 2026-06-30 10:57 UTC (permalink / raw)
  To: Manuel Ebner
  Cc: Rafael J . Wysocki, Danilo Krummrich, driver-core, linux-kernel

On Tue, Jun 30, 2026 at 12:48:01PM +0200, Manuel Ebner wrote:
> Hello, 
> is this patch still on it's way?
> Resent for context.

Please do not top-post.

This was sent during the merge window, please give us a chance to dig
out from the hundreds/thousands of patches sent during it to get to
stuff like documentation updates.  It will be a few weeks.

in the meantime, please help review other patches on the lists to help
reduce our load.

thanks,

greg k-h

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

* Re: [PATCH] docs: ABI: sysfs-uevent: add missing bracket
  2026-06-30 10:57   ` Greg Kroah-Hartman
@ 2026-06-30 17:48     ` Manuel Ebner
  0 siblings, 0 replies; 6+ messages in thread
From: Manuel Ebner @ 2026-06-30 17:48 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Rafael J . Wysocki, Danilo Krummrich, driver-core, linux-kernel

On Tue, 2026-06-30 at 12:57 +0200, Greg Kroah-Hartman wrote:
> On Tue, Jun 30, 2026 at 12:48:01PM +0200, Manuel Ebner wrote:
> > Hello, 
> > is this patch still on it's way?
> > Resent for context.
> 
> Please do not top-post.
> 
> This was sent during the merge window, please give us a chance to dig
> out from the hundreds/thousands of patches sent during it to get to
> stuff like documentation updates.  It will be a few weeks.

Ok, I understand now.

> in the meantime, please help review other patches on the lists to help
> reduce our load.

That's a good Idea. I'll aim for at least two reviews for every patch sent,
from now on. This way I'll get to know more than just /Doc.


Thanks
 Manuel

> thanks,
> 
> greg k-h

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

end of thread, other threads:[~2026-06-30 17:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-12 14:53 [PATCH] docs: ABI: sysfs-uevent: add missing bracket Manuel Ebner
2026-06-29 12:42 ` Manuel Ebner
2026-06-30 10:27   ` Greg KH
2026-06-30 10:48 ` Manuel Ebner
2026-06-30 10:57   ` Greg Kroah-Hartman
2026-06-30 17:48     ` Manuel Ebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox