* [PATCH] Fix spelling error
@ 2020-03-08 14:21 Arkadiusz Drabczyk
0 siblings, 0 replies; 4+ messages in thread
From: Arkadiusz Drabczyk @ 2020-03-08 14:21 UTC (permalink / raw)
To: devicetree-spec-u79uwXL29TY76Z2rM5mHXA
Signed-off-by: Arkadiusz Drabczyk <arkadiusz-42WfZ8EewN5g9hUCZPvPmw@public.gmane.org>
---
source/flattened-format.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/source/flattened-format.rst b/source/flattened-format.rst
index bd98891..3185480 100644
--- a/source/flattened-format.rst
+++ b/source/flattened-format.rst
@@ -185,8 +185,8 @@ used, whether or not it is in the reserved areas.
Any memory that is declared in a memory node and is accessed by the boot
program or caused to be accessed by the boot program after client entry
-must be reserved. Examples of this type of access include (e.g.,
-speculative memory reads through a non-guarded virtual page).
+must be reserved. Examples of this type of access include speculative
+memory reads through a non-guarded virtual page.
This requirement is necessary because any memory that is not reserved
may be accessed by the client program with arbitrary storage attributes.
--
2.9.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] Fix spelling error.
@ 2025-02-01 14:25 Domenico Andreoli
2025-02-10 16:53 ` Alan Maguire
0 siblings, 1 reply; 4+ messages in thread
From: Domenico Andreoli @ 2025-02-01 14:25 UTC (permalink / raw)
To: dwarves
[-- Attachment #1: Type: text/plain, Size: 895 bytes --]
From: Domenico Andreoli <domenico.andreoli@linux.com>
Fix spelling error.
Signed-off-by: Domenico Andreoli <domenico.andreoli@linux.com>
---
pahole.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: b/pahole.c
===================================================================
--- a/pahole.c
+++ b/pahole.c
@@ -1436,7 +1436,7 @@ static const struct argp_option pahole__
{
.name = "with_embedded_flexible_array",
.key = ARGP_with_embedded_flexible_array,
- .doc = "show only structs with an embedded flexible array (contaning a struct that has a flexible array)",
+ .doc = "show only structs with an embedded flexible array (containing a struct that has a flexible array)",
},
{
.name = "expand_types",
--
rsa4096: 3B10 0CA1 8674 ACBA B4FE FCD2 CE5B CF17 9960 DE13
ed25519: FFB4 0CC3 7F2E 091D F7DA 356E CC79 2832 ED38 CB05
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Fix spelling error.
2025-02-01 14:25 [PATCH] Fix spelling error Domenico Andreoli
@ 2025-02-10 16:53 ` Alan Maguire
2025-03-12 16:51 ` Alan Maguire
0 siblings, 1 reply; 4+ messages in thread
From: Alan Maguire @ 2025-02-10 16:53 UTC (permalink / raw)
To: Domenico Andreoli, dwarves
On 01/02/2025 14:25, Domenico Andreoli wrote:
> From: Domenico Andreoli <domenico.andreoli@linux.com>
>
> Fix spelling error.
>
> Signed-off-by: Domenico Andreoli <domenico.andreoli@linux.com>
>
looks good to me,
Reviewed-by: Alan Maguire <alan.maguire@oracle.com>
> ---
> pahole.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Index: b/pahole.c
> ===================================================================
> --- a/pahole.c
> +++ b/pahole.c
> @@ -1436,7 +1436,7 @@ static const struct argp_option pahole__
> {
> .name = "with_embedded_flexible_array",
> .key = ARGP_with_embedded_flexible_array,
> - .doc = "show only structs with an embedded flexible array (contaning a struct that has a flexible array)",
> + .doc = "show only structs with an embedded flexible array (containing a struct that has a flexible array)",
> },
> {
> .name = "expand_types",
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Fix spelling error.
2025-02-10 16:53 ` Alan Maguire
@ 2025-03-12 16:51 ` Alan Maguire
0 siblings, 0 replies; 4+ messages in thread
From: Alan Maguire @ 2025-03-12 16:51 UTC (permalink / raw)
To: Domenico Andreoli, dwarves
On 10/02/2025 16:53, Alan Maguire wrote:
> On 01/02/2025 14:25, Domenico Andreoli wrote:
>> From: Domenico Andreoli <domenico.andreoli@linux.com>
>>
>> Fix spelling error.
>>
>> Signed-off-by: Domenico Andreoli <domenico.andreoli@linux.com>
>>
>
> looks good to me,
>
> Reviewed-by: Alan Maguire <alan.maguire@oracle.com>
>
applied to the next branch of
https://git.kernel.org/pub/scm/devel/pahole/pahole.git/
thanks!
>
>> ---
>> pahole.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> Index: b/pahole.c
>> ===================================================================
>> --- a/pahole.c
>> +++ b/pahole.c
>> @@ -1436,7 +1436,7 @@ static const struct argp_option pahole__
>> {
>> .name = "with_embedded_flexible_array",
>> .key = ARGP_with_embedded_flexible_array,
>> - .doc = "show only structs with an embedded flexible array (contaning a struct that has a flexible array)",
>> + .doc = "show only structs with an embedded flexible array (containing a struct that has a flexible array)",
>> },
>> {
>> .name = "expand_types",
>>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-03-12 16:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-01 14:25 [PATCH] Fix spelling error Domenico Andreoli
2025-02-10 16:53 ` Alan Maguire
2025-03-12 16:51 ` Alan Maguire
-- strict thread matches above, loose matches on Subject: below --
2020-03-08 14:21 Arkadiusz Drabczyk
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.