From: Philippe Proulx Date: Sun, 19 Feb 2017 01:05:13 +0000 (-0500) Subject: lttng-abi.c: fix whitespaces X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=8478f82dea75fc9217ef2371becf854d0f0430d0;hp=585f60b59b2dc50f2e3887f59a3f31469311894f;p=deliverable%2Flttng-modules.git lttng-abi.c: fix whitespaces Signed-off-by: Philippe Proulx --- diff --git a/lttng-abi.c b/lttng-abi.c index 2115a710..5666073a 100644 --- a/lttng-abi.c +++ b/lttng-abi.c @@ -397,7 +397,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); @@ -1748,7 +1748,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;