提交 478f4f40 编写于 作者: V Vaibhav Kothari 提交者: Greg Kroah-Hartman

staging: media: atomisp: i2c: removed unnecessary white space before comma in memset()

Removed extra space before comma in memset() as a part of
checkpatch.pl fix-up.
Signed-off-by: NVaibhav Kothari <vaibhavddit@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 976b7c8a
...@@ -55,7 +55,7 @@ static int gc2235_read_reg(struct i2c_client *client, ...@@ -55,7 +55,7 @@ static int gc2235_read_reg(struct i2c_client *client,
return -EINVAL; return -EINVAL;
} }
memset(msg, 0 , sizeof(msg)); memset(msg, 0, sizeof(msg));
msg[0].addr = client->addr; msg[0].addr = client->addr;
msg[0].flags = 0; msg[0].flags = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册