X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=lttng-abi.c;h=40f96eb5d76dc6992dd6e6a311742593ed3b87c1;hb=231b5333103e13e81c22caa5dc9410ac688c538d;hp=478a5912f89a0ebee71185885119bd3d85e1aff1;hpb=901aaa5f5ae34df163ccf710580fb0de99e9ed79;p=lttng-modules.git diff --git a/lttng-abi.c b/lttng-abi.c index 478a5912..40f96eb5 100644 --- a/lttng-abi.c +++ b/lttng-abi.c @@ -396,7 +396,7 @@ int lttng_abi_create_channel(struct file *session_file, fops = <tng_metadata_fops; break; } - + chan_file = anon_inode_getfile("[lttng_channel]", fops, NULL, O_RDWR); @@ -1746,7 +1746,7 @@ int __init lttng_abi_init(void) lttng_clock_ref(); lttng_proc_dentry = proc_create_data("lttng", S_IRUSR | S_IWUSR, NULL, <tng_fops, NULL); - + if (!lttng_proc_dentry) { printk(KERN_ERR "Error creating LTTng control file\n"); ret = -ENOMEM;