projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ee91de
)
MIPS: Fix typo multipy -> multiply
author
Ralf Baechle
<
[email protected]
>
Thu, 19 Jul 2012 07:11:15 +0000
(09:11 +0200)
committer
Ralf Baechle
<
[email protected]
>
Thu, 19 Jul 2012 09:23:43 +0000
(11:23 +0200)
Signed-off-by: Ralf Baechle <
[email protected]
>
arch/mips/include/asm/inst.h
patch
|
blob
|
history
diff --git
a/arch/mips/include/asm/inst.h
b/arch/mips/include/asm/inst.h
index 7ebfc392e58d1d5cb7c8f2a686e25a9041f853b8..ab84064283db2c50d847d888b32e42a4d316dd7d 100644
(file)
--- a/
arch/mips/include/asm/inst.h
+++ b/
arch/mips/include/asm/inst.h
@@
-251,7
+251,7
@@
struct f_format { /* FPU register format */
unsigned int func : 6;
};
-struct ma_format { /* FPU multipy and add format (MIPS IV) */
+struct ma_format { /* FPU multip
l
y and add format (MIPS IV) */
unsigned int opcode : 6;
unsigned int fr : 5;
unsigned int ft : 5;
@@
-324,7
+324,7
@@
struct f_format { /* FPU register format */
unsigned int opcode : 6;
};
-struct ma_format { /* FPU multipy and add format (MIPS IV) */
+struct ma_format { /* FPU multip
l
y and add format (MIPS IV) */
unsigned int fmt : 2;
unsigned int func : 4;
unsigned int fd : 5;