From 4a51da34263bc7927c5e886ecc10c3f45d644f75 Mon Sep 17 00:00:00 2001 From: Le Chi Thu Date: Wed, 4 Apr 2012 12:24:43 +0200 Subject: Mixed python comment with c++ comment --- kernel/testcases/dma/user-space/dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- cgit v1.2.3