This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/v4l-utils.git tree:

Subject: dvb: Whitespace cleanup
Author:  Mauro Carvalho Chehab <[email protected]>
Date:    Sun Aug 19 22:52:21 2012 -0300

No functional changes. Just remove bad whitespacing.

Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 lib/include/dvb-fe.h      |    4 ++--
 lib/include/dvb-file.h    |    2 +-
 lib/libdvbv5/dvb-fe.c     |    6 +++---
 lib/libdvbv5/dvb-file.c   |    6 +++---
 lib/libdvbv5/dvb-v5-std.c |    8 ++++----
 utils/dvb/dvbv5-scan.c    |    6 +++---
 utils/dvb/dvbv5-zap.c     |    2 +-
 7 files changed, 17 insertions(+), 17 deletions(-)

---

http://git.linuxtv.org/v4l-utils.git?a=commitdiff;h=a449cdde3902997d8fb043ff9d53a36a571a0936

diff --git a/lib/include/dvb-fe.h b/lib/include/dvb-fe.h
index c9b2185..c72fc34 100644
--- a/lib/include/dvb-fe.h
+++ b/lib/include/dvb-fe.h
@@ -90,7 +90,7 @@ struct dvb_v5_fe_parms {
        unsigned                        freq_offset;
 
        int                             abort;
-        dvb_logfunc                     logfunc;
+       dvb_logfunc                     logfunc;
 };
 
 
@@ -104,7 +104,7 @@ struct dvb_v5_fe_parms *dvb_fe_open(int adapter, int 
frontend,
                                    unsigned verbose, unsigned use_legacy_call);
 struct dvb_v5_fe_parms *dvb_fe_open2(int adapter, int frontend,
                                    unsigned verbose, unsigned use_legacy_call,
-                                    dvb_logfunc logfunc);
+                                   dvb_logfunc logfunc);
 void dvb_fe_close(struct dvb_v5_fe_parms *parms);
 
 /* Get/set delivery system parameters */
diff --git a/lib/include/dvb-file.h b/lib/include/dvb-file.h
index 3609c7d..ea76080 100644
--- a/lib/include/dvb-file.h
+++ b/lib/include/dvb-file.h
@@ -131,7 +131,7 @@ struct dvb_file *read_dvb_file(const char *fname);
 int write_dvb_file(const char *fname, struct dvb_file *dvb_file);
 
 char *dvb_vchannel(struct dvb_v5_descriptors *dvb_desc,
-                  int service);
+                  int service);
 
 int store_dvb_channel(struct dvb_file **dvb_file,
                      struct dvb_v5_fe_parms *parms,
diff --git a/lib/libdvbv5/dvb-fe.c b/lib/libdvbv5/dvb-fe.c
index f386f46..e1abe86 100644
--- a/lib/libdvbv5/dvb-fe.c
+++ b/lib/libdvbv5/dvb-fe.c
@@ -37,7 +37,7 @@ struct dvb_v5_fe_parms *dvb_fe_open(int adapter, int 
frontend, unsigned verbose,
                                    unsigned use_legacy_call)
 {
   return dvb_fe_open2(adapter, frontend, verbose, use_legacy_call,
-                      dvb_default_log);
+                     dvb_default_log);
 }
 
 struct dvb_v5_fe_parms *dvb_fe_open2(int adapter, int frontend, unsigned 
verbose,
@@ -69,8 +69,8 @@ struct dvb_v5_fe_parms *dvb_fe_open2(int adapter, int 
frontend, unsigned verbose
        parms->verbose = verbose;
        parms->fd = fd;
        parms->sat_number = -1;
-        parms->abort = 0;
-        parms->logfunc = logfunc;
+       parms->abort = 0;
+       parms->logfunc = logfunc;
 
        if (ioctl(fd, FE_GET_INFO, &parms->info) == -1) {
                dvb_perror("FE_GET_INFO");
diff --git a/lib/libdvbv5/dvb-file.c b/lib/libdvbv5/dvb-file.c
index f14389f..fb6de12 100644
--- a/lib/libdvbv5/dvb-file.c
+++ b/lib/libdvbv5/dvb-file.c
@@ -385,7 +385,7 @@ static int fill_entry(struct dvb_entry *entry, char *key, 
char *value)
        int i, j, len, type = 0;
        int is_video = 0, is_audio = 0, n_prop;
        uint16_t *pid = NULL;
-        char *p;
+       char *p;
 
        /* Handle the DVBv5 DTV_foo properties */
        for (i = 0; i < ARRAY_SIZE(dvb_v5_name); i++) {
@@ -738,8 +738,8 @@ int write_dvb_file(const char *fname, struct dvb_file 
*dvb_file)
                fprintf(fp, "\n");
 
                for (i = 0; i < entry->n_props; i++) {
-                  if (entry->props[i].cmd < DTV_USER_COMMAND_START)
-                    continue;
+                 if (entry->props[i].cmd < DTV_USER_COMMAND_START)
+                   continue;
                        const char * const *attr_name = 
dvb_user_attr_names[entry->props[i].cmd - DTV_USER_COMMAND_START];
                        if (attr_name) {
                                int j;
diff --git a/lib/libdvbv5/dvb-v5-std.c b/lib/libdvbv5/dvb-v5-std.c
index 362eb25..91a7168 100644
--- a/lib/libdvbv5/dvb-v5-std.c
+++ b/lib/libdvbv5/dvb-v5-std.c
@@ -127,7 +127,7 @@ const unsigned int sys_dvbs_props[] = {
        DTV_INNER_FEC,
        /*DTV_VOLTAGE,*/
        /*DTV_TONE,*/
-        DTV_POLARIZATION,
+       DTV_POLARIZATION,
        0
 };
 
@@ -141,7 +141,7 @@ const unsigned int sys_dvbs2_props[] = {
        DTV_MODULATION,
        DTV_PILOT,
        DTV_ROLLOFF,
-        DTV_POLARIZATION,
+       DTV_POLARIZATION,
        0
 };
 
@@ -218,12 +218,12 @@ const char *dvb_sat_pol_name[6] = {
        [POLARIZATION_V] = "VERTICAL",
        [POLARIZATION_L] = "LEFT",
        [POLARIZATION_R] = "RIGHT",
-        [5] = NULL,
+       [5] = NULL,
 };
 
 const char *dvb_user_name[2] = {
        [DTV_POLARIZATION - DTV_USER_COMMAND_START] =                    
"POLARIZATION",
-        [1] = NULL,
+       [1] = NULL,
 };
 
 const void *dvb_user_attr_names[] = {
diff --git a/utils/dvb/dvbv5-scan.c b/utils/dvb/dvbv5-scan.c
index 8dccc89..bb31ab0 100644
--- a/utils/dvb/dvbv5-scan.c
+++ b/utils/dvb/dvbv5-scan.c
@@ -257,7 +257,7 @@ static int estimate_freq_shift(struct dvb_v5_fe_parms 
*parms)
 {
        uint32_t shift = 0, bw = 0, symbol_rate, ro;
        int rolloff = 0;
-        int divisor = 100;
+       int divisor = 100;
 
        /* Need to handle only cable/satellite and ATSC standards */
        switch (parms->current_sys) {
@@ -269,13 +269,13 @@ static int estimate_freq_shift(struct dvb_v5_fe_parms 
*parms)
                break;
        case SYS_DVBS:
        case SYS_ISDBS: /* FIXME: not sure if this rollof is right for ISDB-S */
-                divisor = 100000;
+               divisor = 100000;
                rolloff = 135;
                break;
        case SYS_DVBS2:
        case SYS_DSS:
        case SYS_TURBO:
-                divisor = 100000;
+               divisor = 100000;
                dvb_fe_retrieve_parm(parms, DTV_ROLLOFF, &ro);
                switch (ro) {
                case ROLLOFF_20:
diff --git a/utils/dvb/dvbv5-zap.c b/utils/dvb/dvbv5-zap.c
index 8541c74..2dce006 100644
--- a/utils/dvb/dvbv5-zap.c
+++ b/utils/dvb/dvbv5-zap.c
@@ -329,7 +329,7 @@ static int print_frontend_stats(struct dvb_v5_fe_parms 
*parms)
                p += s;
                len -= s;
        }
-       
+
        if (!dvb_fe_retrieve_stats(parms, DTV_BER, &ber)) {
                s = snprintf(p, len, "| ber %6d ", ber);
                p += s;

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to