staging: vt6656: fixed the switch case indentation level error
authorNandini Hanumanthagowda <nandu.hgowda@gmail.com>
Tue, 12 Nov 2013 17:35:34 +0000 (23:05 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Nov 2013 00:02:27 +0000 (16:02 -0800)
commitfaaf9c195e162ec6c0d8c2247e06da4277dad80b
treee89bea35168c036d9f7ab9bf18b733c599ea65fb
parent015bdc262bfe21042af4d554459647c8d1f9b571
staging: vt6656: fixed the switch case indentation level error

aligned the case statements of 'switch' so that the switch and
case are on same indentation level to fix the following error.
ERROR: switch and case should be at the same indent

Signed-off-by: Nandini Hanumanthagowda <nandu.hgowda@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/wcmd.c
This page took 0.024787 seconds and 5 git commands to generate.