diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-26 23:46:56 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-26 23:46:56 +0000 |
commit | 38bfb0fc9ee7ce1725379991e222ab2d39a4fd5e (patch) | |
tree | 4484b84721060c8c6c2fabc02f1d9d5529820dab /linux/drivers/media/dvb/frontends/nxt200x.c | |
parent | 93ae65e97d93f361b17f5b0b4098d48ceb920b81 (diff) | |
download | mediapointer-dvb-s2-38bfb0fc9ee7ce1725379991e222ab2d39a4fd5e.tar.gz mediapointer-dvb-s2-38bfb0fc9ee7ce1725379991e222ab2d39a4fd5e.tar.bz2 |
Whitespaces cleanups.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers/media/dvb/frontends/nxt200x.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/nxt200x.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/linux/drivers/media/dvb/frontends/nxt200x.c b/linux/drivers/media/dvb/frontends/nxt200x.c index c4e13a2cf..aeafef46e 100644 --- a/linux/drivers/media/dvb/frontends/nxt200x.c +++ b/linux/drivers/media/dvb/frontends/nxt200x.c @@ -32,7 +32,7 @@ * This driver needs external firmware. Please use the command * "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2002" or * "<kerneldir>/Documentation/dvb/get_dvb_firmware nxt2004" to - * download/extract the appropriate firmware, and then copy it to + * download/extract the appropriate firmware, and then copy it to * /usr/lib/hotplug/firmware/ or /lib/firmware/ * (depending on configuration of firmware hotplug). */ @@ -339,7 +339,7 @@ static int nxt200x_writetuner (struct nxt200x_state* state, u8* data) switch (state->demod_chip) { case NXT2004: if (i2c_writebytes(state, state->config->pll_address, data, 4)) - printk(KERN_WARNING "nxt200x: error writing to tuner\n"); + printk(KERN_WARNING "nxt200x: error writing to tuner\n"); /* wait until we have a lock */ while (count < 20) { i2c_readbytes(state, state->config->pll_address, &buf, 1); @@ -497,7 +497,7 @@ static int nxt2004_load_firmware (struct dvb_frontend* fe, const struct firmware /* calculate firmware CRC */ for (position = 0; position < fw->size; position++) { - crc = nxt200x_crc(crc, fw->data[position]); + crc = nxt200x_crc(crc, fw->data[position]); } buf[0] = rambase >> 8; @@ -934,9 +934,9 @@ static int nxt2004_init(struct dvb_frontend* fe) nxt2004_microcontroller_init(state); nxt200x_microcontroller_stop(state); - /* soft reset everything (agc,frontend,eq,fec)*/ + /* soft reset everything (agc,frontend,eq,fec)*/ buf[0] = 0xFF; - nxt200x_writereg_multibyte(state, 0x08, buf, 1); + nxt200x_writereg_multibyte(state, 0x08, buf, 1); buf[0] = 0x00; nxt200x_writereg_multibyte(state, 0x08, buf, 1); |