From 2470a237d7eda2c66432572cf534ac955b9e2957 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Sat, 18 Feb 2017 20:05:13 -0500 Subject: [PATCH] lttng-abi.c: cleanup whitespaces Signed-off-by: Philippe Proulx Signed-off-by: Mathieu Desnoyers --- lttng-abi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.34.1