HID: i2c-hid: remove unneeded semicolon
Eliminate the following coccicheck warning: ./drivers/hid/i2c-hid/i2c-hid-core.c:357:56-57: Unneeded semicolon Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
1c4d6cd4cb
commit
269ecc0c89
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ static int i2c_hid_set_or_send_report(struct i2c_hid *ihid,
|
||||||
* With simple "send report" all data goes into the output
|
* With simple "send report" all data goes into the output
|
||||||
* register.
|
* register.
|
||||||
*/
|
*/
|
||||||
*(__le16 *)ihid->cmdbuf = ihid->hdesc.wOutputRegister;;
|
*(__le16 *)ihid->cmdbuf = ihid->hdesc.wOutputRegister;
|
||||||
length += sizeof(__le16);
|
length += sizeof(__le16);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue