Dear Clark Williams, This is tracing(ftrace) directory's comment related patch file. Please, merge this patch. Regards, GeunSik Lim. Subject: [RESEND] [PATCH V2 ]cyclictest: Fix invalid comment of debugfs mount directory. The "debugfs/tracing" name is invalid as the mountpont of debugfs filesystem. For example, /sys/kernel/debug/tracing/ or /debug/tracing/ or /debugfs/tracing/ ... 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