提交 fc2f4b13 编写于 作者: J Johan Hedberg 提交者: 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: NJohan Hedberg <johan.hedberg@intel.com>
Acked-by: NMarcel Holtmann <marcel@holtmann.org>
Signed-off-by: NGustavo F. Padovan <padovan@profusion.mobi>
上级 e0f9309f
......@@ -36,7 +36,7 @@
struct pending_cmd {
struct list_head list;
__u16 opcode;
u16 opcode;
int index;
void *param;
struct sock *sk;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册