[media] drx-j: CodingStyle fixes
authorMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 20 Mar 2012 03:00:42 +0000 (00:00 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Tue, 4 Mar 2014 17:20:30 +0000 (14:20 -0300)
Do the automatic CodingStyle fixes found at Lindent.

No functional changes.

Acked-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
19 files changed:
drivers/media/dvb-frontends/drx39xyj/bsp_host.h
drivers/media/dvb-frontends/drx39xyj/bsp_i2c.h
drivers/media/dvb-frontends/drx39xyj/bsp_tuner.h
drivers/media/dvb-frontends/drx39xyj/bsp_types.h
drivers/media/dvb-frontends/drx39xyj/drx39xxj.c
drivers/media/dvb-frontends/drx39xyj/drx39xxj.h
drivers/media/dvb-frontends/drx39xyj/drx39xxj_dummy.c
drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.c
drivers/media/dvb-frontends/drx39xyj/drx_dap_fasi.h
drivers/media/dvb-frontends/drx39xyj/drx_driver.c
drivers/media/dvb-frontends/drx39xyj/drx_driver.h
drivers/media/dvb-frontends/drx39xyj/drx_driver_version.h
drivers/media/dvb-frontends/drx39xyj/drxj.c
drivers/media/dvb-frontends/drx39xyj/drxj.h
drivers/media/dvb-frontends/drx39xyj/drxj_map.h
drivers/media/dvb-frontends/drx39xyj/drxj_mc.h
drivers/media/dvb-frontends/drx39xyj/drxj_mc_vsb.h
drivers/media/dvb-frontends/drx39xyj/drxj_mc_vsbqam.h
drivers/media/dvb-frontends/drx39xyj/drxj_options.h

index 95b5232..5a2dd5f 100644 (file)
@@ -50,7 +50,6 @@ extern "C" {
 TYPEDEFS
 -------------------------------------------------------------------------*/
 
-
 /*-------------------------------------------------------------------------
 DEFINES
 -------------------------------------------------------------------------*/
@@ -58,17 +57,17 @@ DEFINES
 /*-------------------------------------------------------------------------
 Exported FUNCTIONS
 -------------------------------------------------------------------------*/
-DRXStatus_t DRXBSP_HST_Init( void );
+       DRXStatus_t DRXBSP_HST_Init(void);
 
-DRXStatus_t DRXBSP_HST_Term( void );
+       DRXStatus_t DRXBSP_HST_Term(void);
 
-void* DRXBSP_HST_Memcpy( void *to, void *from, u32_t n);
+       void *DRXBSP_HST_Memcpy(void *to, void *from, u32_t n);
 
-int DRXBSP_HST_Memcmp( void *s1, void *s2, u32_t n);
+       int DRXBSP_HST_Memcmp(void *s1, void *s2, u32_t n);
 
-u32_t DRXBSP_HST_Clock( void );
+       u32_t DRXBSP_HST_Clock(void);
 
-DRXStatus_t DRXBSP_HST_Sleep( u32_t n );
+       DRXStatus_t DRXBSP_HST_Sleep(u32_t n);
 
 /*-------------------------------------------------------------------------
 THE END
@@ -76,5 +75,4 @@ THE END
 #ifdef __cplusplus
 }
 #endif
-
-#endif /* __DRXBSP_HOST_H__ */
+#endif                         /* __DRXBSP_HOST_H__ */