STAGING: Fix pcl818.c coding style issue: code indent should use tabs where possible
authorSimon Guo <wei.guo.simon@gmail.com>
Thu, 29 Jan 2015 05:33:17 +0000 (13:33 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Feb 2015 09:15:42 +0000 (17:15 +0800)
commit25ef8072fbea1843c29c24cf82e6913c504db55c
treec87b948acb01beabe2846a50ec9e2c66ee0de828
parentd0e9ed58f46b5aa101f90834a87c4464814e1721
STAGING: Fix pcl818.c coding style issue: code indent should use tabs where possible

Correct one coding style problem(detected by checkpatch.pl) in pcl818.c.
- code indent should use tabs where possible
It is fixed by reformatting the comment block to usual comment style.

And with the reformatting, following coding style problem is also fixed:
- please, no space before tabs

Signed-off-by: Simon Guo <wei.guo.simon@gmail.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/pcl818.c