diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2014-08-08 12:19:12 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-08-21 15:25:32 -0500 |
commit | d720b7aff6481b99a42d484383d7e19d86323b5d (patch) | |
tree | 01f07db18345f4ef5b24c0cb457af6944518643d | |
parent | 0821344d9e805912f1971c58318547ea62984321 (diff) | |
download | linux-d720b7aff6481b99a42d484383d7e19d86323b5d.tar.bz2 |
[media] cx25840: Spelling s/compuations/computations/
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
-rw-r--r-- | drivers/media/i2c/cx25840/cx25840-ir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/cx25840/cx25840-ir.c b/drivers/media/i2c/cx25840/cx25840-ir.c index e6588ee5bdb0..4cf8f18bf097 100644 --- a/drivers/media/i2c/cx25840/cx25840-ir.c +++ b/drivers/media/i2c/cx25840/cx25840-ir.c @@ -224,7 +224,7 @@ static inline unsigned int lpf_count_to_us(unsigned int count) } /* - * FIFO register pulse width count compuations + * FIFO register pulse width count computations */ static u32 clock_divider_to_resolution(u16 divider) { |