Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362130
b: refs/heads/master
c: a4285b9
h: refs/heads/master
v: v3
  • Loading branch information
John Crispin authored and Ralf Baechle committed Mar 13, 2013
1 parent db945d2 commit 5868632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: f4cdb6a00c148e7724ada0998643b293a52b5f62
refs/heads/master: a4285b99e0087361c61f51c819633382fa659ea6
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ static int show_cpuinfo(struct seq_file *m, void *v)
if (cpu_has_mips_r) {
seq_printf(m, "isa\t\t\t:");
if (cpu_has_mips_1)
seq_printf(m, "%s", "mips1");
seq_printf(m, "%s", " mips1");
if (cpu_has_mips_2)
seq_printf(m, "%s", " mips2");
if (cpu_has_mips_3)
Expand Down

0 comments on commit 5868632

Please sign in to comment.