mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 17:17:04 -04:00
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: Vaibhav Kothari <vaibhavddit@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
976b7c8a05
commit
478f4f406e
@@ -55,7 +55,7 @@ static int gc2235_read_reg(struct i2c_client *client,
|
||||
return -EINVAL;
|
||||
}
|
||||
|
||||
memset(msg, 0 , sizeof(msg));
|
||||
memset(msg, 0, sizeof(msg));
|
||||
|
||||
msg[0].addr = client->addr;
|
||||
msg[0].flags = 0;
|
||||
|
||||
Reference in New Issue
Block a user