From: Xenia Ragiadakou Date: Sun, 23 Jun 2013 03:15:15 +0000 (+0300) Subject: staging: rtl8192u: limit line size in r819xU_phy.c X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1db5aa05629820445deab2c65c872dd7b7284104;p=pandora-kernel.git staging: rtl8192u: limit line size in r819xU_phy.c This patch limits the line size below 80 characters, when possible without producing new checkpatch errors. This is done by adjusting identation, replacing hardcoded function names in messages with __func__, merging some trailing comments with the header comments when they both refer to the same line and removing some unnecessary parenthesis. Also, changes slightly some RT_TRACE messages to make them shorter without altering their content. Signed-off-by: Xenia Ragiadakou Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed