[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191219090553.13243-1-f20171454@hyderabad.bits-pilani.ac.in>
Date: Thu, 19 Dec 2019 14:35:53 +0530
From: Simran Sandhu <f20171454@...erabad.bits-pilani.ac.in>
To: gregkh@...uxfoundation.org
Cc: sudipm.mukherjee@...il.comm, teddy.wang@...iconmotion.com,
linux-fbdev@...r.kernel.org, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 3/3] Staging: sm750fb: sm750.h:Fixed Coding Style Issue
Fixed the checkpath error: function definition arguments
should also have identifier names
Signed-of-by: Simran Sandhu <f20171454@...erabad.bits-pilani.ac.in>
---
drivers/staging/sm750fb/sm750.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/sm750fb/sm750.h b/drivers/staging/sm750fb/sm750.h
index ce90adcb449d..cf986bad7210 100644
--- a/drivers/staging/sm750fb/sm750.h
+++ b/drivers/staging/sm750fb/sm750.h
@@ -66,9 +66,9 @@ struct lynx_accel {
u32, u32, u32, u32,
u32, u32, u32, u32);
- int (*de_imageblit)(struct lynx_accel *, const char *, u32, u32, u32, u32,
- u32, u32, u32, u32,
- u32, u32, u32, u32);
+ int (*de_imageblit)(struct lynx_accel *A, const char *B, u32 C, u32 D,
+ u32 E, u32 F, u32 G, u32 H, u32 I,
+ u32 J, u32 K, u32 L, u32 M, u32 N);
};
--
2.17.1
Powered by blists - more mailing lists