From 204ecd39302bfca0d908513352fe4c8bdd0aaf9d Mon Sep 17 00:00:00 2001 From: Xenia Ragiadakou Date: Wed, 22 May 2013 18:22:37 +0300 Subject: [PATCH] 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-format-patch failed