staging: vt6656: added space after coma operator in funtion call
authorNandini Hanumanthagowda <nandu.hgowda@gmail.com>
Tue, 12 Nov 2013 17:35:39 +0000 (23:05 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Nov 2013 00:06:22 +0000 (16:06 -0800)
commit819b920b7d66195c5e118e844239721b92ff8180
tree3a23dc9690c9d517ff9952a1202178b8a3f8aca4
parent2eca4ead3819b375ec169bb9f38eba82bd0e1dca
staging: vt6656: added space after coma operator in funtion call

as per coding style a space is required after ',' operator
in function calls, hence added the missing space after ','
operator in a function call

Signed-off-by: Nandini Hanumanthagowda <nandu.hgowda@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/wcmd.c