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

Subject: [media] xc5000: Don't use whitespace before tabs
Author:  Mauro Carvalho Chehab <[email protected]>
Date:    Wed May 21 13:41:01 2014 -0300

WARNING: please, no space before tabs
+#define XC_PRODUCT_ID_FW_LOADED ^I0x1388$

WARNING: please, no space before tabs
+#define DK_SECAM_A2LDK3 ^I13$

WARNING: please, no space before tabs
+#define DK_SECAM_A2MONO ^I14$

WARNING: please, no space before tabs
+#define FM_RADIO_INPUT2 ^I21$

WARNING: please, no space before tabs
+#define FM_RADIO_INPUT1 ^I22$

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

 drivers/media/tuners/xc5000.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

---

http://git.linuxtv.org/media_tree.git?a=commitdiff;h=5015c27b60de2b41ddcf8f1b88da2a3025b87cd4

diff --git a/drivers/media/tuners/xc5000.c b/drivers/media/tuners/xc5000.c
index da4c29e..8df9261 100644
--- a/drivers/media/tuners/xc5000.c
+++ b/drivers/media/tuners/xc5000.c
@@ -77,7 +77,7 @@ struct xc5000_priv {
 
 /* Product id */
 #define XC_PRODUCT_ID_FW_NOT_LOADED    0x2000
-#define XC_PRODUCT_ID_FW_LOADED        0x1388
+#define XC_PRODUCT_ID_FW_LOADED        0x1388
 
 /* Registers */
 #define XREG_INIT         0x00
@@ -164,16 +164,16 @@ struct XC_TV_STANDARD {
 #define DK_PAL_NICAM           10
 #define DK_PAL_MONO            11
 #define DK_SECAM_A2DK1         12
-#define DK_SECAM_A2LDK3        13
-#define DK_SECAM_A2MONO        14
+#define DK_SECAM_A2LDK3                13
+#define DK_SECAM_A2MONO                14
 #define L_SECAM_NICAM          15
 #define LC_SECAM_NICAM         16
 #define DTV6                   17
 #define DTV8                   18
 #define DTV7_8                 19
 #define DTV7                   20
-#define FM_RADIO_INPUT2        21
-#define FM_RADIO_INPUT1        22
+#define FM_RADIO_INPUT2                21
+#define FM_RADIO_INPUT1                22
 #define FM_RADIO_INPUT1_MONO   23
 
 static struct XC_TV_STANDARD xc5000_standard[MAX_TV_STANDARD] = {

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

Reply via email to