Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109786
b: refs/heads/master
c: 665020c
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Sep 13, 2008
1 parent 1cc0d4e commit 17e3e3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a551b98d5f6fce5897d497abd8bfb262efb33d2a
refs/heads/master: 665020c35e89a9e0643e21561e4f8f967f4f2c4b
4 changes: 2 additions & 2 deletions trunk/fs/proc/generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -547,8 +547,8 @@ static int proc_register(struct proc_dir_entry * dir, struct proc_dir_entry * dp

for (tmp = dir->subdir; tmp; tmp = tmp->next)
if (strcmp(tmp->name, dp->name) == 0) {
printk(KERN_WARNING "proc_dir_entry '%s' already "
"registered\n", dp->name);
printk(KERN_WARNING "proc_dir_entry '%s/%s' already registered\n",
dir->name, dp->name);
dump_stack();
break;
}
Expand Down

0 comments on commit 17e3e3e

Please sign in to comment.