From: Jeff Kirsher Date: Thu, 3 Nov 2011 11:40:28 +0000 (+0000) Subject: e1000e: Convert printks to pr_ X-Git-Tag: v3.3-rc1~182^2~565^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef456f858919ef7f40217ad8a5ed4e1e27c7ae6f;p=pandora-kernel.git e1000e: Convert printks to pr_ Based on the original patch from Joe Perches. Use the current logging styles. pr_ conversions are now prefixed with "e1000e:" Correct a couple of defects where the trailing NTU may have been printed on a separate line because of an interleaving hex_dump. Remove unnecessary uses of KERN_CONT and use single pr_info()s to avoid any possible output interleaving from other modules. Coalesce formats as appropriate. Remove an extra space from a broken across lines coalescing of "Link Status " and " Change". -v2 Remove changes to Copyright string CC: Joe Perches Signed-off-by: Jeff Kirsher Tested-by: Aaron Brown --- Reading git-diff-tree failed