lkml.org 
[lkml]   [2023]   [Jul]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] arm: nwfpe: add require space after that ','
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;
\
 
 \ /
  Last update: 2023-07-21 10:04    [W:0.054 / U:0.068 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site