Re: [PATCH] sched,psi: fix typo in comment

2021-03-29 Thread Joe Perches
On Mon, 2021-03-29 at 09:35 +0200, Peter Zijlstra wrote: > On Sat, Mar 27, 2021 at 08:46:10PM +0800, Xie XiuQi wrote: > > s/exceution/execution/ > > s/possibe/possible/ > > s/manupulations/manipulations/ > > > > Signed-off-by: Xie XiuQi > > Xie, if you'd have bothered to check the development tr

Re: [PATCH] sched,psi: fix typo in comment

2021-03-29 Thread Peter Zijlstra
On Sat, Mar 27, 2021 at 08:46:10PM +0800, Xie XiuQi wrote: > s/exceution/execution/ > s/possibe/possible/ > s/manupulations/manipulations/ > > Signed-off-by: Xie XiuQi Xie, if you'd have bothered to check the development tree of the code you're patching, you'd have found it's long since fixed.

[PATCH] sched,psi: fix typo in comment

2021-03-27 Thread Xie XiuQi
s/exceution/execution/ s/possibe/possible/ s/manupulations/manipulations/ Signed-off-by: Xie XiuQi --- kernel/sched/psi.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/kernel/sched/psi.c b/kernel/sched/psi.c index 967732c0766c..7c800be47c6f 100644 --- a/kernel/sched/