Re: [PATCH] m68k: Correct some typos in comments

2020-08-26 Thread Finn Thain
On Wed, 26 Aug 2020, Geert Uytterhoeven wrote: > > @@ -2654,7 +2654,7 @@ func_startmmu_get_page_table_entry,%d0/%a1 > > jne 2f > > > > /* If the page table entry doesn't exist, we allocate a complete new > > -* page and use it as one continues big page table

Re: [PATCH] m68k: Correct some typos in comments

2020-08-26 Thread Geert Uytterhoeven
Hi Finn, On Thu, Jul 23, 2020 at 1:50 AM Finn Thain wrote: > Signed-off-by: Finn Thain Thanks for your patch! > --- a/arch/m68k/kernel/head.S > +++ b/arch/m68k/kernel/head.S > @@ -1547,7 +1547,7 @@ func_return get_bi_record > * seven bits of the logical address (LA) are used as

[PATCH] m68k: Correct some typos in comments

2020-07-22 Thread Finn Thain
Signed-off-by: Finn Thain --- arch/m68k/kernel/head.S | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/arch/m68k/kernel/head.S b/arch/m68k/kernel/head.S index a54788458ca36..08eff92875144 100644 --- a/arch/m68k/kernel/head.S +++ b/arch/m68k/kernel/head.S @@