Re: [PATCH 1/3] kbuild: Correct missing architecture-specific hyphens

2023-10-28 Thread Randy Dunlap
On 10/28/23 02:50, Masahiro Yamada wrote: > On Thu, Oct 26, 2023 at 4:27 PM Simon Glass wrote: >> >> These should add a hyphen to indicate that it makes a adjective. Fix >> them. >> >> Signed-off-by: Simon Glass >> --- > > > This is trivial. > Applied to linux-kbuild. Thanks. > > > git

Re: [PATCH 1/3] kbuild: Correct missing architecture-specific hyphens

2023-10-28 Thread Masahiro Yamada
On Thu, Oct 26, 2023 at 4:27 PM Simon Glass wrote: > > These should add a hyphen to indicate that it makes a adjective. Fix > them. > > Signed-off-by: Simon Glass > --- This is trivial. Applied to linux-kbuild. Thanks. git grep -i 'arch specific' or git grep -i 'architecture specific'

[PATCH 1/3] kbuild: Correct missing architecture-specific hyphens

2023-10-26 Thread Simon Glass
These should add a hyphen to indicate that it makes a adjective. Fix them. Signed-off-by: Simon Glass --- Makefile | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 690cde550acd..b63796e6f94a 100644 --- a/Makefile +++ b/Makefile @@ -675,7