diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-05-13 10:28:24 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-05-13 10:28:24 -0300 |
commit | 16cdc6e820565dd0bc9712f6b78da2214790fe76 (patch) | |
tree | da9aef97f7c687eee811bcddd7d76dac4ad96623 /linux/drivers/media/dvb/frontends | |
parent | e916f4cd0bb1f1815fcb5b617fa59ac57b4e7eb5 (diff) | |
download | mediapointer-dvb-s2-16cdc6e820565dd0bc9712f6b78da2214790fe76.tar.gz mediapointer-dvb-s2-16cdc6e820565dd0bc9712f6b78da2214790fe76.tar.bz2 |
Backport kernel changeset beb7dd86a101263bf63a78c7c6d4da3849b35bd6
From: Mauro Carvalho Chehab <mchehab@infradead.org>
kernel-sync:
The original patch is from Robert P. J. Day <rpjday@mindspring.com>:
Fix misspellings collected by members of KJ list.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends')
-rw-r--r-- | linux/drivers/media/dvb/frontends/dib7000m.c | 2 | ||||
-rw-r--r-- | linux/drivers/media/dvb/frontends/dib7000p.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/frontends/dib7000m.c b/linux/drivers/media/dvb/frontends/dib7000m.c index 88e741e78..7b93541a4 100644 --- a/linux/drivers/media/dvb/frontends/dib7000m.c +++ b/linux/drivers/media/dvb/frontends/dib7000m.c @@ -300,7 +300,7 @@ static int dib7000m_sad_calib(struct dib7000m_state *state) #else /* internal */ -// dib7000m_write_word(state, 928, (3 << 14) | (1 << 12) | (524 << 0)); // sampling clock of the SAD is writting in set_bandwidth +// dib7000m_write_word(state, 928, (3 << 14) | (1 << 12) | (524 << 0)); // sampling clock of the SAD is written in set_bandwidth dib7000m_write_word(state, 929, (0 << 1) | (0 << 0)); dib7000m_write_word(state, 930, 776); // 0.625*3.3 / 4096 diff --git a/linux/drivers/media/dvb/frontends/dib7000p.c b/linux/drivers/media/dvb/frontends/dib7000p.c index 02ccd2f79..f80b28b46 100644 --- a/linux/drivers/media/dvb/frontends/dib7000p.c +++ b/linux/drivers/media/dvb/frontends/dib7000p.c @@ -248,7 +248,7 @@ static int dib7000p_set_bandwidth(struct dvb_frontend *demod, u8 BW_Idx) static int dib7000p_sad_calib(struct dib7000p_state *state) { /* internal */ -// dib7000p_write_word(state, 72, (3 << 14) | (1 << 12) | (524 << 0)); // sampling clock of the SAD is writting in set_bandwidth +// dib7000p_write_word(state, 72, (3 << 14) | (1 << 12) | (524 << 0)); // sampling clock of the SAD is written in set_bandwidth dib7000p_write_word(state, 73, (0 << 1) | (0 << 0)); dib7000p_write_word(state, 74, 776); // 0.625*3.3 / 4096 |