瀏覽代碼

MIPS: math-emu: Checkpatch cleanup

arch/mips/math-emu/dp_modf.c:32: ERROR: "foo * bar" should be "foo *bar"

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/1269/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Andrea Gelmini 15 年之前
父節點
當前提交
055899a0e2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/mips/math-emu/dp_modf.c

+ 1 - 1
arch/mips/math-emu/dp_modf.c

@@ -29,7 +29,7 @@
 
 
 /* modf function is always exact for a finite number
 /* modf function is always exact for a finite number
 */
 */
-ieee754dp ieee754dp_modf(ieee754dp x, ieee754dp * ip)
+ieee754dp ieee754dp_modf(ieee754dp x, ieee754dp *ip)
 {
 {
 	COMPXDP;
 	COMPXDP;