Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5411
b: refs/heads/master
c: 30f417c
h: refs/heads/master
i:
  5409: ff8978f
  5407: c17e33a
v: v3
  • Loading branch information
Christophe Lucas authored and Linus Torvalds committed Jul 29, 2005
1 parent 0e98407 commit a280f9d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 201134ca168c27c1f895ecfd74f9ebf1129483d0
refs/heads/master: 30f417c65e151dc96998a8ef721149a43998bc65
2 changes: 1 addition & 1 deletion trunk/arch/um/drivers/mconsole_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ static int create_proc_mconsole(void)

ent = create_proc_entry("mconsole", S_IFREG | 0200, NULL);
if(ent == NULL){
printk("create_proc_mconsole : create_proc_entry failed\n");
printk(KERN_INFO "create_proc_mconsole : create_proc_entry failed\n");
return(0);
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/um/kernel/exitcode.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ static int make_proc_exitcode(void)

ent = create_proc_entry("exitcode", 0600, &proc_root);
if(ent == NULL){
printk("make_proc_exitcode : Failed to register "
printk(KERN_WARNING "make_proc_exitcode : Failed to register "
"/proc/exitcode\n");
return(0);
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/um/kernel/process_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ int __init make_proc_sysemu(void)

if (ent == NULL)
{
printk("Failed to register /proc/sysemu\n");
printk(KERN_WARNING "Failed to register /proc/sysemu\n");
return(0);
}

Expand Down

0 comments on commit a280f9d

Please sign in to comment.