From: Xenia Ragiadakou Date: Wed, 22 May 2013 15:22:37 +0000 (+0300) Subject: rtl8192u: fix whitespace around relational operators in r8192U_core.c X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~502 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=204ecd39302bfca0d908513352fe4c8bdd0aaf9d;p=pandora-kernel.git rtl8192u: fix whitespace around relational operators in r8192U_core.c This patch fixes whitespace around relational operators following the kernel coding style conventions. It corrects the following checkpatch errors: ERROR: spaces required around that '==' ERROR: spaces required around that '!' ERROR: spaces required around that '<=' ERROR: spaces required around that '>=' ERROR: spaces required around that '<' ERROR: spaces required around that '>' Signed-off-by: Xenia Ragiadakou Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed