[media] drx-j: Some minor CodingStyle fixes at headers
No functional changes. Acked-by: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
parent
4d7bb0ebbb
commit
4a8a8694de
2 changed files with 10 additions and 21 deletions
drivers/media/dvb-frontends/drx39xyj
|
@ -1,4 +1,6 @@
|
||||||
/*
|
/*
|
||||||
|
I2C API, implementation depends on board specifics
|
||||||
|
|
||||||
Copyright (c), 2004-2005,2007-2010 Trident Microsystems, Inc.
|
Copyright (c), 2004-2005,2007-2010 Trident Microsystems, Inc.
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
@ -26,20 +28,12 @@
|
||||||
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
||||||
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||||
POSSIBILITY OF SUCH DAMAGE.
|
POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
This module encapsulates I2C access.In some applications several devices
|
||||||
* \file $Id: bsp_i2c.h,v 1.5 2009/07/07 14:20:30 justin Exp $
|
share one I2C bus. If these devices have the same I2C address some kind
|
||||||
*
|
off "switch" must be implemented to ensure error free communication with
|
||||||
* \brief I2C API, implementation depends on board specifics
|
one device. In case such a "switch" is used, the device ID can be used
|
||||||
*
|
to implement control over this "switch".
|
||||||
* This module encapsulates I2C access.In some applications several devices
|
|
||||||
* share one I2C bus. If these devices have the same I2C address some kind
|
|
||||||
* off "switch" must be implemented to ensure error free communication with
|
|
||||||
* one device. In case such a "switch" is used, the device ID can be used
|
|
||||||
* to implement control over this "switch".
|
|
||||||
*
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __BSPI2C_H__
|
#ifndef __BSPI2C_H__
|
||||||
|
@ -123,7 +117,7 @@ Exported FUNCTIONS
|
||||||
*/
|
*/
|
||||||
drx_status_t drxbsp_i2c_write_read(struct i2c_device_addr *w_dev_addr,
|
drx_status_t drxbsp_i2c_write_read(struct i2c_device_addr *w_dev_addr,
|
||||||
u16 w_count,
|
u16 w_count,
|
||||||
u8 *wData,
|
u8 *w_data,
|
||||||
struct i2c_device_addr *r_dev_addr,
|
struct i2c_device_addr *r_dev_addr,
|
||||||
u16 r_count, u8 *r_data);
|
u16 r_count, u8 *r_data);
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
/*
|
/*
|
||||||
|
Tuner dependable type definitions, macro's and functions
|
||||||
|
|
||||||
Copyright (c), 2004-2005,2007-2010 Trident Microsystems, Inc.
|
Copyright (c), 2004-2005,2007-2010 Trident Microsystems, Inc.
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
|
@ -28,13 +30,6 @@
|
||||||
POSSIBILITY OF SUCH DAMAGE.
|
POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* \file $Id: bsp_tuner.h,v 1.5 2009/10/19 22:15:13 dingtao Exp $
|
|
||||||
*
|
|
||||||
* \brief Tuner dependable type definitions, macro's and functions
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef __DRXBSP_TUNER_H__
|
#ifndef __DRXBSP_TUNER_H__
|
||||||
#define __DRXBSP_TUNER_H__
|
#define __DRXBSP_TUNER_H__
|
||||||
/*------------------------------------------------------------------------------
|
/*------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue