From: Mateusz Kulikowski Date: Sun, 31 May 2015 18:19:40 +0000 (+0200) Subject: staging: rtl8192e: Fix LONG_LINE warnings X-Git-Tag: omap-for-v4.2/fixes-rc1^2~92^2~398 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35e33b0468ab3b3f5b610bfa4fc9367a3b7c09a8;p=pandora-kernel.git staging: rtl8192e: Fix LONG_LINE warnings Fix most of simple LONG_LINE warnings. None of the changes should affect behaviour of code, so several modifications are included in this patch: - Code is reindented where needed - Local variable names are compacted (priv -> p) - Unnecessary casts are removed - Nested ifs are replaced with logical and - a = b = c = d expressions are split - Replace if/then series with clamp_t() - Removed unneeded scopes Signed-off-by: Mateusz Kulikowski Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed