Re: [PATCH 1/2] Staging: comedi: tab space coding style issue in pcl818.c

2015-01-02 Thread Joe Perches
On Sat, 2015-01-03 at 00:04 +0530, jitendra kumar khasdev wrote: > This is patch to the pcl818.c that fix up a use tab error > found by the checkpatch.pl tool [] > diff --git a/drivers/staging/comedi/drivers/pcl818.c > b/drivers/staging/comedi/drivers/pcl818.c [] > @@ -45,7 +45,7 @@ A word or two

[PATCH 1/2] Staging: comedi: tab space coding style issue in pcl818.c

2015-01-02 Thread jitendra kumar khasdev
This is patch to the pcl818.c that fix up a use tab error found by the checkpatch.pl tool Signed-off-by: Jitendra kumar khasdev --- drivers/staging/comedi/drivers/pcl818.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/drivers/pcl818.c b/drivers/stagi