--- zzzz-none-000/linux-3.10.107/arch/tile/kernel/regs_32.S 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/arch/tile/kernel/regs_32.S 2021-02-04 17:41:59.000000000 +0000 @@ -20,7 +20,7 @@ #include /* - * See ; called with prev and next task_struct pointers. + * See ; called with prev and next task_struct pointers. * "prev" is returned in r0 for _switch_to and also for ret_from_fork. * * We want to save pc/sp in "prev", and get the new pc/sp from "next". @@ -39,7 +39,7 @@ */ #if CALLEE_SAVED_REGS_COUNT != 24 -# error Mismatch between and kernel/entry.S +# error Mismatch between and kernel/entry.S #endif #define FRAME_SIZE ((2 + CALLEE_SAVED_REGS_COUNT) * 4)