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