summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLe Chi Thu <thu2004@yahoo.se>2012-04-04 12:24:43 +0200
committerLe Chi Thu <thu2004@yahoo.se>2012-04-04 12:24:43 +0200
commit4a51da34263bc7927c5e886ecc10c3f45d644f75 (patch)
tree9bfa08703a956278d93adb39dafb681811b688e2
parent13ea8cf1ad73b2e16bba2e044afb56f7f7ab776c (diff)
Mixed python comment with c++ comment
-rw-r--r--kernel/testcases/dma/user-space/dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/testcases/dma/user-space/dma.c b/kernel/testcases/dma/user-space/dma.c
index 97b8572..ba0e94a 100644
--- a/kernel/testcases/dma/user-space/dma.c
+++ b/kernel/testcases/dma/user-space/dma.c
@@ -137,7 +137,7 @@ int main(int argc, char **argv)
num = TST_TOTAL == 1 ?
testnum : test_cases[Tst_count];
- # tst_xxx will use Tst_count as test nr
+ // tst_xxx will use Tst_count as test nr
Tst_count = num -1;
TEST(dma_test(num));