driverdev-devel.linuxdriverproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 01/24] sm750fb: Fix Avoid CamelCase
@ 2019-12-14 20:09 Sven Leykauf
  2019-12-14 20:09 ` [PATCH v2 02/24] " Sven Leykauf
                   ` (22 more replies)
  0 siblings, 23 replies; 24+ messages in thread
From: Sven Leykauf @ 2019-12-14 20:09 UTC (permalink / raw)
  To: devel; +Cc: Daniel Bauer, Sven Leykauf, linux-kernel

Change parameter names of typedef definitions, according to coding style.

Patch upholds compileability.

Co-developed-by: Daniel Bauer <daniel.j.bauer@fau.de>
Signed-off-by: Daniel Bauer <daniel.j.bauer@fau.de>
Signed-off-by: Sven Leykauf <sven_leykauf1@web.de>
---
 drivers/staging/sm750fb/ddk750_dvi.h | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/drivers/staging/sm750fb/ddk750_dvi.h b/drivers/staging/sm750fb/ddk750_dvi.h
index 1c7a565b617a..cb500d8d698b 100644
--- a/drivers/staging/sm750fb/ddk750_dvi.h
+++ b/drivers/staging/sm750fb/ddk750_dvi.h
@@ -4,23 +4,23 @@
 
 /* dvi chip stuffs structros */
 
-typedef long (*PFN_DVICTRL_INIT)(unsigned char edgeSelect,
-				 unsigned char busSelect,
-				 unsigned char dualEdgeClkSelect,
-				 unsigned char hsyncEnable,
-				 unsigned char vsyncEnable,
-				 unsigned char deskewEnable,
-				 unsigned char deskewSetting,
-				 unsigned char continuousSyncEnable,
-				 unsigned char pllFilterEnable,
-				 unsigned char pllFilterValue);
+typedef long (*PFN_DVICTRL_INIT)(unsigned char edge_select,
+				 unsigned char bus_select,
+				 unsigned char dual_edge_clk_select,
+				 unsigned char hsync_enable,
+				 unsigned char vsync_enable,
+				 unsigned char deskew_enable,
+				 unsigned char deskew_setting,
+				 unsigned char continuous_sync_enable,
+				 unsigned char pll_filter_enable,
+				 unsigned char pll_filter_value);
 
 typedef void (*PFN_DVICTRL_RESETCHIP)(void);
 typedef char* (*PFN_DVICTRL_GETCHIPSTRING)(void);
 typedef unsigned short (*PFN_DVICTRL_GETVENDORID)(void);
 typedef unsigned short (*PFN_DVICTRL_GETDEVICEID)(void);
-typedef void (*PFN_DVICTRL_SETPOWER)(unsigned char powerUp);
-typedef void (*PFN_DVICTRL_HOTPLUGDETECTION)(unsigned char enableHotPlug);
+typedef void (*PFN_DVICTRL_SETPOWER)(unsigned char power_up);
+typedef void (*PFN_DVICTRL_HOTPLUGDETECTION)(unsigned char enable_hot_plug);
 typedef unsigned char (*PFN_DVICTRL_ISCONNECTED)(void);
 typedef unsigned char (*PFN_DVICTRL_CHECKINTERRUPT)(void);
 typedef void (*PFN_DVICTRL_CLEARINTERRUPT)(void);
-- 
2.20.1

_______________________________________________
devel mailing list
devel@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

^ permalink raw reply related	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2019-12-14 20:17 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-14 20:09 [PATCH v2 01/24] sm750fb: Fix Avoid CamelCase Sven Leykauf
2019-12-14 20:09 ` [PATCH v2 02/24] " Sven Leykauf
2019-12-14 20:09 ` [PATCH v2 03/24] " Sven Leykauf
2019-12-14 20:09 ` [PATCH v2 04/24] " Sven Leykauf
2019-12-14 20:09 ` [PATCH v2 05/24] " Sven Leykauf
2019-12-14 20:09 ` [PATCH v2 06/24] " Sven Leykauf
2019-12-14 20:09 ` [PATCH v2 07/24] " Sven Leykauf
2019-12-14 20:09 ` [PATCH v2 08/24] " Sven Leykauf
2019-12-14 20:09 ` [PATCH v2 09/24] " Sven Leykauf
2019-12-14 20:09 ` [PATCH v2 10/24] " Sven Leykauf
2019-12-14 20:09 ` [PATCH v2 11/24] " Sven Leykauf
2019-12-14 20:09 ` [PATCH v2 12/24] " Sven Leykauf
2019-12-14 20:09 ` [PATCH v2 13/24] " Sven Leykauf
2019-12-14 20:09 ` [PATCH v2 14/24] " Sven Leykauf
2019-12-14 20:09 ` [PATCH v2 15/24] " Sven Leykauf
2019-12-14 20:09 ` [PATCH v2 16/24] " Sven Leykauf
2019-12-14 20:09 ` [PATCH v2 17/24] " Sven Leykauf
2019-12-14 20:09 ` [PATCH v2 18/24] " Sven Leykauf
2019-12-14 20:09 ` [PATCH v2 19/24] " Sven Leykauf
2019-12-14 20:09 ` [PATCH v2 20/24] " Sven Leykauf
2019-12-14 20:09 ` [PATCH v2 21/24] " Sven Leykauf
2019-12-14 20:10 ` [PATCH v2 22/24] " Sven Leykauf
2019-12-14 20:10 ` [PATCH v2 23/24] " Sven Leykauf
2019-12-14 20:10 ` [PATCH v2 24/24] sm750fb: Fix Overlong Line Issues Sven Leykauf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).