From: Philippe Proulx Date: Sun, 19 Feb 2017 01:05:13 +0000 (-0500) Subject: lttng-abi.c: cleanup whitespaces X-Git-Tag: v2.10.0-rc1~12 X-Git-Url: http://git.lttng.org/?p=lttng-modules.git;a=commitdiff_plain;h=2470a237d7eda2c66432572cf534ac955b9e2957 lttng-abi.c: cleanup whitespaces Signed-off-by: Philippe Proulx Signed-off-by: Mathieu Desnoyers --- 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;