public inbox for linux-rt-users@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH ]cyclictest: fix invalid comment of debugfs mount directory.
@ 2009-06-01  2:06 GeunSik Lim
  2009-06-01 12:01 ` Luis Claudio R. Goncalves
  2009-06-02  5:14 ` [PATCH V2 " GeunSik Lim
  0 siblings, 2 replies; 9+ messages in thread
From: GeunSik Lim @ 2009-06-01  2:06 UTC (permalink / raw)
  To: williams; +Cc: linux-rt-users



Dear Clark Williams, 

Please, Fix the "debugfs/tracing" name in cyclictest.c source file. 

P.S: Now, version is differenct between shortlog(v0.39) and tags(v0.40). 
     Maybe, You have to check version name of shortlog table. 
     http://git.kernel.org/?p=linux/kernel/git/clrkwllms/rt-tests.git;a=summary

Thanks,
GeunSik Lim. 



Subject: [PATCH ]cyclictest: Fix invalid comment of debugfs mount directory.

The "debugfs/tracing" name is invalid.
Example,
#> mount -t debugfs nodev /sys/kernel/debug [enter]
#> ln -s /sys/kernel/debug /debug [enter]

Fix directory name normally from debugfs/tracing to debug/tracing.

         Signed-off-by: GeunSik Lim <geunsik.lim@samsung.com>
---
 src/cyclictest/cyclictest.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/cyclictest/cyclictest.c b/src/cyclictest/cyclictest.c
index be9a3f9..32a120a 100644
--- a/src/cyclictest/cyclictest.c
+++ b/src/cyclictest/cyclictest.c
@@ -179,7 +179,7 @@ static char functiontracer[MAX_PATH];
 static char traceroptions[MAX_PATH];
 
 /*
- * Finds the path to the debugfs/tracing
+ * Finds the path to the debug/tracing
  */
 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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

GeunSik Lim (  S A M S U N G     E L E C T R O N I C S  )
e-Mail  :1) geunsik.lim@samsung.com
         2) leemgs@gmail.com , leemgs1@gmail.com
HomePage: http://blog.naver.com/invain/
-----------------------------------------------


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-06-12 15:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-01  2:06 [PATCH ]cyclictest: fix invalid comment of debugfs mount directory GeunSik Lim
2009-06-01 12:01 ` Luis Claudio R. Goncalves
2009-06-01 22:17   ` GeunSik Lim
2009-06-02  5:14 ` [PATCH V2 " GeunSik Lim
2009-06-08  1:52   ` [RESEND] " GeunSik Lim
2009-06-08  4:53     ` Uwe Kleine-König
2009-06-08  5:37       ` GeunSik Lim
2009-06-12 13:41       ` [PATCH] Make comment describing set_debugfileprefix a bit clearer Uwe Kleine-König
2009-06-12 15:36         ` Clark Williams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox