commit | a4285b99e0087361c61f51c819633382fa659ea6 | [log] [tgz] |
---|---|---|
author | John Crispin <blogic@openwrt.org> | Wed Mar 13 20:54:34 2013 +0100 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed Mar 13 23:08:36 2013 +0100 |
tree | 09293be4498a60e2c387fef50a0ef3c81c4c8107 | |
parent | f4cdb6a00c148e7724ada0998643b293a52b5f62 [diff] |
MIPS: Fix inconsistent formatting inside /proc/cpuinfo There is a missing " " inside /proc/cpuinfo. The bad commit was: commit a96102be700f87283f168942cd09a2b30f86f324 Author: Steven J. Hill <sjhill@mips.com> Date: Fri Dec 7 04:31:36 2012 +0000 MIPS: Add printing of ISA version in cpuinfo. Signed-off-by: John Crispin <blogic@openwrt.org> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/4988/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>