staging:media:go7007:saa7134-go7007.c: Remove space before tabs
authorHimangi Saraogi <himangi774@gmail.com>
Sat, 2 Nov 2013 17:12:22 +0000 (22:42 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 10 Nov 2013 19:42:52 +0000 (11:42 -0800)
This patch removes the checkpatch.pl warning "please, no space before
tabs" in saa7134-go7007.c by converting space followed by tab to tab
followed by tab.

Signed-off-by: Himangi Saraogi <himangi774@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/go7007/saa7134-go7007.c

index d80b235..6e2ca33 100644 (file)
@@ -86,7 +86,7 @@ static const struct go7007_board_info board_voyager = {
        .audio_main_div  = 2,
        .hpi_buffer_cap  = 7,
        .num_inputs      = 1,
-       .inputs          = {
+       .inputs          = {
                {
                        .name           = "SAA7134",
                },