All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH trivial 1/4] [media] cx25840: Spelling s/compuations/computations/
@ 2014-08-08 15:19 Geert Uytterhoeven
  2014-08-08 15:19 ` [PATCH trivial 2/4] [media] cx23885: " Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2014-08-08 15:19 UTC (permalink / raw)
  To: Jiri Kosina
  Cc: linux-kernel, Geert Uytterhoeven, Mauro Carvalho Chehab, linux-media

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Mauro Carvalho Chehab <m.chehab@samsung.com>
Cc: linux-media@vger.kernel.org
---
 drivers/media/i2c/cx25840/cx25840-ir.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
 {
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH trivial 2/4] [media] cx23885: Spelling s/compuations/computations/
  2014-08-08 15:19 [PATCH trivial 1/4] [media] cx25840: Spelling s/compuations/computations/ Geert Uytterhoeven
@ 2014-08-08 15:19 ` Geert Uytterhoeven
  2014-08-08 15:19 ` [PATCH trivial 3/4] lib: rhashtable: Spelling s/compuate/compute/ Geert Uytterhoeven
  2014-08-08 15:19 ` [PATCH trivial 4/4] init/Kconfig: Spelling s/compuation/computation/, double "the" Geert Uytterhoeven
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2014-08-08 15:19 UTC (permalink / raw)
  To: Jiri Kosina
  Cc: linux-kernel, Geert Uytterhoeven, Mauro Carvalho Chehab, linux-media

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Mauro Carvalho Chehab <m.chehab@samsung.com>
Cc: linux-media@vger.kernel.org
---
 drivers/media/pci/cx23885/cx23888-ir.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/pci/cx23885/cx23888-ir.c b/drivers/media/pci/cx23885/cx23888-ir.c
index 2c951dec2d33..c2ff5fc01157 100644
--- a/drivers/media/pci/cx23885/cx23888-ir.c
+++ b/drivers/media/pci/cx23885/cx23888-ir.c
@@ -263,7 +263,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)
 {
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH trivial 3/4] lib: rhashtable: Spelling s/compuate/compute/
  2014-08-08 15:19 [PATCH trivial 1/4] [media] cx25840: Spelling s/compuations/computations/ Geert Uytterhoeven
  2014-08-08 15:19 ` [PATCH trivial 2/4] [media] cx23885: " Geert Uytterhoeven
@ 2014-08-08 15:19 ` Geert Uytterhoeven
  2014-08-08 15:19 ` [PATCH trivial 4/4] init/Kconfig: Spelling s/compuation/computation/, double "the" Geert Uytterhoeven
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2014-08-08 15:19 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel, Geert Uytterhoeven, Thomas Graf

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Thomas Graf <tgraf@suug.ch>
---
 lib/rhashtable.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/rhashtable.c b/lib/rhashtable.c
index e6940cf16628..06f24ff08ac8 100644
--- a/lib/rhashtable.c
+++ b/lib/rhashtable.c
@@ -61,7 +61,7 @@ static u32 __hashfn(const struct rhashtable *ht, const void *key,
 
 /**
  * rhashtable_hashfn - compute hash for key of given length
- * @ht:		hash table to compuate for
+ * @ht:		hash table to compute for
  * @key:	pointer to key
  * @len:	length of key
  *
@@ -92,7 +92,7 @@ static u32 obj_hashfn(const struct rhashtable *ht, const void *ptr, u32 hsize)
 
 /**
  * rhashtable_obj_hashfn - compute hash for hashed object
- * @ht:		hash table to compuate for
+ * @ht:		hash table to compute for
  * @ptr:	pointer to hashed object
  *
  * Computes the hash value using the hash function `hashfn` respectively
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH trivial 4/4] init/Kconfig: Spelling s/compuation/computation/, double "the"
  2014-08-08 15:19 [PATCH trivial 1/4] [media] cx25840: Spelling s/compuations/computations/ Geert Uytterhoeven
  2014-08-08 15:19 ` [PATCH trivial 2/4] [media] cx23885: " Geert Uytterhoeven
  2014-08-08 15:19 ` [PATCH trivial 3/4] lib: rhashtable: Spelling s/compuate/compute/ Geert Uytterhoeven
@ 2014-08-08 15:19 ` Geert Uytterhoeven
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2014-08-08 15:19 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel, Geert Uytterhoeven, Luis R. Rodriguez

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Luis R. Rodriguez <mcgrof@suse.com>
---
 init/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init/Kconfig b/init/Kconfig
index 5aec7006c8bb..a5f8bc426f7c 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -843,7 +843,7 @@ config LOG_CPU_MAX_BUF_SHIFT
 	  used as it forces an exact (power of two) size of the ring buffer.
 
 	  The number of possible CPUs is used for this computation ignoring
-	  hotplugging making the compuation optimal for the the worst case
+	  hotplugging making the computation optimal for the worst case
 	  scenerio while allowing a simple algorithm to be used from bootup.
 
 	  Examples shift values and their meaning:
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-08-08 15:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-08 15:19 [PATCH trivial 1/4] [media] cx25840: Spelling s/compuations/computations/ Geert Uytterhoeven
2014-08-08 15:19 ` [PATCH trivial 2/4] [media] cx23885: " Geert Uytterhoeven
2014-08-08 15:19 ` [PATCH trivial 3/4] lib: rhashtable: Spelling s/compuate/compute/ Geert Uytterhoeven
2014-08-08 15:19 ` [PATCH trivial 4/4] init/Kconfig: Spelling s/compuation/computation/, double "the" Geert Uytterhoeven

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.