From: Mark Einon Date: Sat, 19 Apr 2014 14:35:49 +0000 (+0100) Subject: staging: rtl8821ae: Fix indetentation of switch case statements X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~1258 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7801e8d67fcaa562c4396b14133862cae1ce1186;p=pandora-kernel.git staging: rtl8821ae: Fix indetentation of switch case statements Fixes checkpatch error: ERROR: switch and case should be at the same indent + switch (coex_dm->cur_retrylimit_type) { + case 0: /* normal mode */ [...] + case 1: /* retry limit=8 */ [...] + default: Signed-off-by: Mark Einon Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed