]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bnx2x: Coalesce pr_cont uses and fix DP typos
authorJoe Perches <joe@perches.com>
Sun, 14 Aug 2011 12:16:20 +0000 (12:16 +0000)
committerJoe Jin <joe.jin@oracle.com>
Wed, 16 May 2012 08:31:40 +0000 (16:31 +0800)
commit949b169d38181289176cd11e3800c12e4ffa61e7
tree9d1c93c1ec1d3987e0da8388972a62ea0cba5379
parent40ed2ba90d6d988e1f05b6f682da0f738d5d11d5
bnx2x: Coalesce pr_cont uses and fix DP typos

Uses of pr_cont should be avoided where reasonably possible
because they can be interleaved by other threads and processes.

Coalesce pr_cont uses.

Fix typos, duplicated words and spacing in DP uses caused
by split multi-line formats.  Coalesce some of these
split formats.  Add missing terminating newlines to DP uses.

(cherry picked from commit 94f05b0f60de32e6efa19310bd142f1519e2abdb)
Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/bnx2x/bnx2x_cmn.c
drivers/net/bnx2x/bnx2x_cmn.h
drivers/net/bnx2x/bnx2x_dcb.c
drivers/net/bnx2x/bnx2x_link.c
drivers/net/bnx2x/bnx2x_main.c
drivers/net/bnx2x/bnx2x_sp.c