From: Marcel Holtmann Date: Wed, 22 Feb 2012 11:06:43 +0000 (+0100) Subject: Bluetooth: Fix two minor style issues in HCI code X-Git-Tag: v3.4-rc1~177^2~112^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70c1f20b00495fd25b81be14b263d32648a3d629;p=pandora-kernel.git 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 Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed