diff options
author | Mark Einon <mark@einon.net> | 2014-04-19 15:35:49 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-04-25 15:47:34 -0700 |
commit | 7801e8d67fcaa562c4396b14133862cae1ce1186 (patch) | |
tree | e106e7c1eb3a5fa5c06808abc8f3fbaa786150fa /include/asm-generic/serial.h | |
parent | a668d5d575e9ff7b04af3ce0610b822ac19b932f (diff) | |
download | blackbird-op-linux-7801e8d67fcaa562c4396b14133862cae1ce1186.tar.gz blackbird-op-linux-7801e8d67fcaa562c4396b14133862cae1ce1186.zip |
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 <mark@einon.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/asm-generic/serial.h')
0 files changed, 0 insertions, 0 deletions