Commit fc2f4b13 authored by Johan Hedberg's avatar Johan Hedberg Committed by Gustavo F. Padovan

Bluetooth: Fix consistency with u16 integer type in mgmt pending_cmd

For consistency the integer type should be u16 and not __u16.
Signed-off-by: default avatarJohan Hedberg <johan.hedberg@intel.com>
Acked-by: default avatarMarcel Holtmann <marcel@holtmann.org>
Signed-off-by: default avatarGustavo F. Padovan <padovan@profusion.mobi>
parent e0f9309f
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
struct pending_cmd { struct pending_cmd {
struct list_head list; struct list_head list;
__u16 opcode; u16 opcode;
int index; int index;
void *param; void *param;
struct sock *sk; struct sock *sk;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment