From: Yuval Mintz Date: Wed, 20 Jun 2012 19:05:19 +0000 (+0000) Subject: bnx2x: link cleanup X-Git-Tag: v3.6-rc1~125^2~464 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d231023eb17134e43bf1dcea631dd156d9904b70;p=pandora-kernel.git bnx2x: link cleanup This patch does several things: 1. Add static to function when possible. 2. Correct comments. 3. Change msleep(small) --> usleep_range(small, small*2). Also correct existing calls to usleep_range. 4. Remove dead code. 5. Change 'if(rc != 0)' --> if(rc) Most of these changes are purely semantic. Signed-off-by: Yuval Mintz Signed-off-by: Yaniv Rosner Signed-off-by: David S. Miller --- Reading git-diff-tree failed