aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2013-03-14 12:21:29 -0400
committerGlenn Elliott <gelliott@cs.unc.edu>2013-03-14 12:21:29 -0400
commit89910b686aad35c02c9bca1a758184ba0eabc5b3 (patch)
tree559f146f5bf2f35221912a979fef54d3a6ef2f65
parentf1b23a0fef38aabfd65a4f4eb9054d050e3c9bd6 (diff)
formatting
-rw-r--r--litmus/litmus_proc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/litmus/litmus_proc.c b/litmus/litmus_proc.c
index be62d04da376..281996601ada 100644
--- a/litmus/litmus_proc.c
+++ b/litmus/litmus_proc.c
@@ -384,10 +384,8 @@ struct proc_dir_entry* create_cluster_file(struct proc_dir_entry* parent,
384struct proc_dir_entry* litmus_add_proc_lock(struct litmus_lock* l, read_proc_t func) 384struct proc_dir_entry* litmus_add_proc_lock(struct litmus_lock* l, read_proc_t func)
385{ 385{
386 struct proc_dir_entry* entry = NULL; 386 struct proc_dir_entry* entry = NULL;
387
388 if (locks_dir) 387 if (locks_dir)
389 entry = create_proc_read_entry(l->name, 0444, locks_dir, func, l); 388 entry = create_proc_read_entry(l->name, 0444, locks_dir, func, l);
390
391 return entry; 389 return entry;
392} 390}
393 391