All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf_event_open.2: Add missing variable name
@ 2023-02-07  1:50 Namhyung Kim
  2023-02-08 11:59 ` Alejandro Colomar
  0 siblings, 1 reply; 2+ messages in thread
From: Namhyung Kim @ 2023-02-07  1:50 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: linux-man

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
---
 man2/perf_event_open.2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2
index df515f7d1..dd90ab007 100644
--- a/man2/perf_event_open.2
+++ b/man2/perf_event_open.2
@@ -2336,7 +2336,7 @@ struct {
     char   data[size];  /* if PERF_SAMPLE_STACK_USER */
     u64    dyn_size;    /* if PERF_SAMPLE_STACK_USER &&
                            size != 0 */
-    union perf_sample_weight;
+    union perf_sample_weight weight;
                         /* if PERF_SAMPLE_WEIGHT */
                         /* || PERF_SAMPLE_WEIGHT_STRUCT */
     u64    data_src;    /* if PERF_SAMPLE_DATA_SRC */
-- 
2.39.1.519.gcb327c4b5f-goog


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

* Re: [PATCH] perf_event_open.2: Add missing variable name
  2023-02-07  1:50 [PATCH] perf_event_open.2: Add missing variable name Namhyung Kim
@ 2023-02-08 11:59 ` Alejandro Colomar
  0 siblings, 0 replies; 2+ messages in thread
From: Alejandro Colomar @ 2023-02-08 11:59 UTC (permalink / raw)
  To: Namhyung Kim, Alejandro Colomar; +Cc: linux-man


[-- Attachment #1.1: Type: text/plain, Size: 951 bytes --]

Hi!

On 2/7/23 02:50, Namhyung Kim wrote:
> Signed-off-by: Namhyung Kim <namhyung@kernel.org>

Patch applied.  Thanks,

Alex

> ---
>  man2/perf_event_open.2 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2
> index df515f7d1..dd90ab007 100644
> --- a/man2/perf_event_open.2
> +++ b/man2/perf_event_open.2
> @@ -2336,7 +2336,7 @@ struct {
>      char   data[size];  /* if PERF_SAMPLE_STACK_USER */
>      u64    dyn_size;    /* if PERF_SAMPLE_STACK_USER &&
>                             size != 0 */
> -    union perf_sample_weight;
> +    union perf_sample_weight weight;
>                          /* if PERF_SAMPLE_WEIGHT */
>                          /* || PERF_SAMPLE_WEIGHT_STRUCT */
>      u64    data_src;    /* if PERF_SAMPLE_DATA_SRC */

-- 
<http://www.alejandro-colomar.es/>
GPG key fingerprint: A9348594CE31283A826FBDD8D57633D441E25BB5

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2023-02-08 11:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-07  1:50 [PATCH] perf_event_open.2: Add missing variable name Namhyung Kim
2023-02-08 11:59 ` Alejandro Colomar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.