mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
gpio: vx855: convert comma to semicolon
Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
This commit is contained in:
parent
7de2e5fc51
commit
10c942a157
@ -216,7 +216,7 @@ static void vx855gpio_gpio_setup(struct vx855_gpio *vg)
|
|||||||
c->direction_output = vx855gpio_direction_output;
|
c->direction_output = vx855gpio_direction_output;
|
||||||
c->get = vx855gpio_get;
|
c->get = vx855gpio_get;
|
||||||
c->set = vx855gpio_set;
|
c->set = vx855gpio_set;
|
||||||
c->set_config = vx855gpio_set_config,
|
c->set_config = vx855gpio_set_config;
|
||||||
c->dbg_show = NULL;
|
c->dbg_show = NULL;
|
||||||
c->base = 0;
|
c->base = 0;
|
||||||
c->ngpio = NR_VX855_GP;
|
c->ngpio = NR_VX855_GP;
|
||||||
|
Loading…
Reference in New Issue
Block a user