X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Fkernel%2Fltt-facility-loader-tests.c;h=e384af5c544d5747ff6e142878ec93386e5375b6;hb=54e7c22401bde470df54f7b9c1b02d126a1b8c80;hp=3a232c7f953773df6ec44a614278242f2ac99255;hpb=abbd00d33b2bf48a80769dd0c40af8b60d1e59c0;p=lttv.git diff --git a/tests/kernel/ltt-facility-loader-tests.c b/tests/kernel/ltt-facility-loader-tests.c index 3a232c7f..e384af5c 100644 --- a/tests/kernel/ltt-facility-loader-tests.c +++ b/tests/kernel/ltt-facility-loader-tests.c @@ -12,7 +12,6 @@ #include #include #include -#include #include "ltt-facility-loader-tests.h" @@ -51,7 +50,7 @@ static void __exit facility_exit(void) int err; err = ltt_facility_unregister(LTT_FACILITY_SYMBOL); - if(err != 0) + if (err != 0) printk(KERN_ERR "LTT : Error in unregistering facility.\n"); }