Re: [PATCH] Fix comments with paths pointing to renamed or moved files.

2019-05-23 Thread Steven Rostedt
On Tue, 21 May 2019 17:54:30 +0200 Lukas Prause wrote: > This patch corrects renamed or moved paths in comments. > > Signed-off-by: Lukas Prause > Signed-off-by: Lennart Glauer > --- > kernel/cgroup/cpuset.c | 2 +- > kernel/locking/mutex-debug.h | 2 +- > kernel/power/power.h

Re: [PATCH] Fix comments with paths pointing to renamed or moved files.

2019-05-22 Thread Joe Perches
On Wed, 2019-05-22 at 20:36 +0200, Pavel Machek wrote: > On Tue 2019-05-21 17:54:30, Lukas Prause wrote: > > This patch corrects renamed or moved paths in comments. > > > > Signed-off-by: Lukas Prause > > Signed-off-by: Lennart Glauer > > Acked-by: Pavel Machek > > > diff --git a/kernel/power

Re: [PATCH] Fix comments with paths pointing to renamed or moved files.

2019-05-22 Thread Pavel Machek
On Tue 2019-05-21 17:54:30, Lukas Prause wrote: > This patch corrects renamed or moved paths in comments. > > Signed-off-by: Lukas Prause > Signed-off-by: Lennart Glauer Acked-by: Pavel Machek > diff --git a/kernel/power/power.h b/kernel/power/power.h > index 9e58bdc8a562..5de8b0c7f657 100644

[PATCH] Fix comments with paths pointing to renamed or moved files.

2019-05-21 Thread Lukas Prause
This patch corrects renamed or moved paths in comments. Signed-off-by: Lukas Prause Signed-off-by: Lennart Glauer --- kernel/cgroup/cpuset.c | 2 +- kernel/locking/mutex-debug.h | 2 +- kernel/power/power.h | 2 +- kernel/sched/core.c | 2 +- kernel/trace/trace.h