mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] arm: nwfpe: add require space after that ','
       [not found] <tencent_4488AA292A6FC649887668C96A0DCF050509@qq.com>
@ 2023-07-21  8:03 ` hanyu001
  0 siblings, 0 replies; only message in thread
From: hanyu001 @ 2023-07-21  8:03 UTC (permalink / raw)
  To: linux; +Cc: linux-kernel, linux-arm-kernel

Fix below checkpatch errors:

./arch/arm/nwfpe/double_cpdo.c:56: ERROR: space required after that ',' 
(ctx:VxV)
./arch/arm/nwfpe/double_cpdo.c:61: ERROR: space required after that ',' 
(ctx:VxV)
./arch/arm/nwfpe/double_cpdo.c:75: ERROR: space required after that ',' 
(ctx:VxV)

Signed-off-by: Yu Han <hanyu001@208suo.com>
---
  arch/arm/nwfpe/double_cpdo.c | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/nwfpe/double_cpdo.c b/arch/arm/nwfpe/double_cpdo.c
index 344bb7c46176..e8b56ab0262e 100644
--- a/arch/arm/nwfpe/double_cpdo.c
+++ b/arch/arm/nwfpe/double_cpdo.c
@@ -53,12 +53,12 @@ static float64 (*const dyadic_double[16])(struct 
roundingData*, float64 rFn, flo
      [FRD_CODE >> 20] = float64_rdv,
  };

-static float64 float64_mvf(struct roundingData *roundData,float64 rFm)
+static float64 float64_mvf(struct roundingData *roundData, float64 rFm)
  {
      return rFm;
  }

-static float64 float64_mnf(struct roundingData *roundData,float64 rFm)
+static float64 float64_mnf(struct roundingData *roundData, float64 rFm)
  {
      union float64_components u;

@@ -72,7 +72,7 @@ static float64 float64_mnf(struct roundingData 
*roundData,float64 rFm)
      return u.f64;
  }

-static float64 float64_abs(struct roundingData *roundData,float64 rFm)
+static float64 float64_abs(struct roundingData *roundData, float64 rFm)
  {
      union float64_components u;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-07-21  8:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <tencent_4488AA292A6FC649887668C96A0DCF050509@qq.com>
2023-07-21  8:03 ` [PATCH] arm: nwfpe: add require space after that ',' hanyu001

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®