提交 eb90826b 编写于 作者: D Dhaval Shah 提交者: Greg Kroah-Hartman

misc: ad525x_dpot: Unnecessary space before function pointer arguments

Resolved all the Unnecessary space before function pointer arguments
checkpatch warnings. Issue found by checkpatch.
Signed-off-by: NDhaval Shah <dhaval.shah@softnautics.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 533dfb25
...@@ -195,12 +195,12 @@ enum dpot_devid { ...@@ -195,12 +195,12 @@ enum dpot_devid {
struct dpot_data; struct dpot_data;
struct ad_dpot_bus_ops { struct ad_dpot_bus_ops {
int (*read_d8) (void *client); int (*read_d8)(void *client);
int (*read_r8d8) (void *client, u8 reg); int (*read_r8d8)(void *client, u8 reg);
int (*read_r8d16) (void *client, u8 reg); int (*read_r8d16)(void *client, u8 reg);
int (*write_d8) (void *client, u8 val); int (*write_d8)(void *client, u8 val);
int (*write_r8d8) (void *client, u8 reg, u8 val); int (*write_r8d8)(void *client, u8 reg, u8 val);
int (*write_r8d16) (void *client, u8 reg, u16 val); int (*write_r8d16)(void *client, u8 reg, u16 val);
}; };
struct ad_dpot_bus_data { struct ad_dpot_bus_data {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册