Dear Clark Williams, This is tracing directory's comment related patch files. Please, merge my patch. Regards, GeunSik Lim. Subject: [PATCH V2] cyclictest: Fix invalid comment of debugfs mount directory. The "debugfs/tracing" name is invalid in cyclictest.c source file. Example, #> mount -t debugfs nodev /sys/kernel/debug [enter] #> ln -s /sys/kernel/debug /debug [enter] #> ls /debug/tracing [enter] I updated a initial patch thanks to Luis Claudio R. Goncalves. Fix directory name normally from debugfs/tracing to */tracing. Signed-off-by: GeunSik Lim <geunsik.lim@xxxxxxxxxxx> Reviewed-by : Luis Claudio R. Goncalves <lclaudio@xxxxxxxx> --- src/cyclictest/cyclictest.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/cyclictest/cyclictest.c b/src/cyclictest/cyclictest.c index be9a3f9..2186de2 100644 --- a/src/cyclictest/cyclictest.c +++ b/src/cyclictest/cyclictest.c @@ -179,7 +179,9 @@ static char functiontracer[MAX_PATH]; static char traceroptions[MAX_PATH]; /* - * Finds the path to the debugfs/tracing + * Finds the path to the tracing direcroty inside the default + * mountpoint of debugfs filesystem. + * - debugfs related reference: http://lwn.net/Articles/334546/ */ static int set_debugfileprefix(void) { -- 1.6.3.1 ----------------------------------------------- To unsubscribe from this list: send the line "unsubscribe linux-***" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ GeunSik Lim ( Samsung Electronics ) e-Mail :1) geunsik.lim@xxxxxxxxxxx 2) leemgs@xxxxxxxxx , leemgs1@xxxxxxxxx HomePage: http://blog.naver.com/invain/ ----------------------------------------------- -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html