]> git.baikalelectronics.ru Git - kernel.git/commit
staging: vt6656: fix indentation in if statement
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Feb 2014 18:10:34 +0000 (10:10 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 7 Feb 2014 18:10:34 +0000 (10:10 -0800)
commit541a266f6524e3e7133424ac7b94fcac948818c0
tree834e2d023a3b760e896166747436f3081326254d
parent225a60cccbacce4c580440ea47e4db8d8ea9be90
staging: vt6656: fix indentation in if statement

Dave Jones pointed out that commit
9f2574824771fe4d8f781ab5e8265d1eb5c7c147 (staging: vt6656: device.h
Remove typedef enum __device_init_type.), improperly indented a line to
make it look like it was under the if line above it, but it wasn't.

So fix this up.

Reported-by: Dave Jones <davej@redhat.com>
Cc: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/main_usb.c