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: Johan Hedberg <johan.hedberg@intel.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
This commit is contained in:
Johan Hedberg 2011-11-09 13:58:56 +02:00 коммит произвёл Gustavo F. Padovan
Родитель e0f9309f37
Коммит fc2f4b13d8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -36,7 +36,7 @@
struct pending_cmd {
struct list_head list;
__u16 opcode;
u16 opcode;
int index;
void *param;
struct sock *sk;