aboutsummaryrefslogtreecommitdiff
path: root/testcases/kdump
diff options
context:
space:
mode:
authorGarrett Cooper <yanegomi@gmail.com>2010-12-19 09:58:10 -0800
committerGarrett Cooper <yanegomi@gmail.com>2010-12-19 09:58:10 -0800
commit1e6f5a673655551de5734ff31ef48cd63b604e6d (patch)
treea8faf04ed2df6da929c9db820c22c53a81c6153a /testcases/kdump
parent40d9ee225d8080f03d4f3380fa355a5f9a322f2f (diff)
Resolving all compile errors via a script
This may leave dupe calls to tst_exit in main, but those are easier to deal (and much less) than no-compile scenarios. As a side-effect, fix all trailing whitespace issues. Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
Diffstat (limited to 'testcases/kdump')
-rw-r--r--testcases/kdump/lib/kprobes/kprobes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/kdump/lib/kprobes/kprobes.c b/testcases/kdump/lib/kprobes/kprobes.c
index ed16fda7a..115e1aa74 100644
--- a/testcases/kdump/lib/kprobes/kprobes.c
+++ b/testcases/kdump/lib/kprobes/kprobes.c
@@ -50,4 +50,4 @@ static void __exit jprobe_exit(void)
module_init(jprobe_init)
module_exit(jprobe_exit)
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL"); \ No newline at end of file