projects
/
lttng-modules.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
901aaa5
)
lttng-abi.c: cleanup whitespaces
author
Philippe Proulx
<eeppeliteloop@gmail.com>
Sun, 19 Feb 2017 01:05:13 +0000
(20:05 -0500)
committer
Mathieu Desnoyers
<mathieu.desnoyers@efficios.com>
Fri, 10 Mar 2017 16:22:24 +0000
(11:22 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
lttng-abi.c
patch
|
blob
|
blame
|
history
diff --git
a/lttng-abi.c
b/lttng-abi.c
index 478a5912f89a0ebee71185885119bd3d85e1aff1..40f96eb5d76dc6992dd6e6a311742593ed3b87c1 100644
(file)
--- 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;
This page took
0.029311 seconds
and
4
git commands to generate.