diff options
author | Marcel Holtmann <[email protected]> | 2012-02-22 12:06:43 +0100 |
---|---|---|
committer | Johan Hedberg <[email protected]> | 2012-02-23 13:06:58 +0200 |
commit | 70c1f20b00495fd25b81be14b263d32648a3d629 (patch) | |
tree | 4c1d390aecda10582685f9d8501eddb74a1327f6 /lib/dynamic_queue_limits.c | |
parent | e5f0e151426bd83e4852a7a150fc6ad8ee349e69 (diff) |
Bluetooth: Fix two minor style issues in HCI code
WARNING: min() should probably be min_t(__u16, scb->expect, count)
+ len = min(scb->expect, (__u16)count);
WARNING: Statements terminations use 1 semicolon
+ INIT_LIST_HEAD(&conn->chan_list);;
Signed-off-by: Marcel Holtmann <[email protected]>
Signed-off-by: Johan Hedberg <[email protected]>
Diffstat (limited to 'lib/dynamic_queue_limits.c')
0 files changed, 0 insertions, 0 deletions