Skip to content

Commit

Permalink
Bluetooth: Fix consistency with u16 integer type in mgmt pending_cmd
Browse files Browse the repository at this point in the history
For consistency the integer type should be u16 and not __u16.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
  • Loading branch information
Johan Hedberg authored and Gustavo F. Padovan committed Nov 9, 2011
1 parent e0f9309 commit fc2f4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/bluetooth/mgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

struct pending_cmd {
struct list_head list;
__u16 opcode;
u16 opcode;
int index;
void *param;
struct sock *sk;
Expand Down

0 comments on commit fc2f4b1

Please sign in to comment.