Fix two small CodingStyle issues
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
struct i2c_client *tuner_client;
struct i2c_board_info tuner_info;
struct m88ts2022_config m88ts2022_config = {
- .clock = 27000000,
- };
+ .clock = 27000000,
+ };
memset(&tuner_info, 0, sizeof(struct i2c_board_info));
i2c = (port->idx == 0) ? &dev->i2c_bus[0] : &dev->i2c_bus[1];
u64 mem;
dmaManagement = smi_read(port->DMA_MANAGEMENT);
- /* Setup Channel-0 */
+ /* Setup Channel-0 */
if (port->_dmaInterruptCH0) {
totalLength = SMI_TS_DMA_BUF_SIZE;
mem = port->dma_addr[0];