aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@free-electrons.com>2013-09-18 00:04:48 -0400
committerJiri Kosina <jkosina@suse.cz>2013-10-14 09:44:24 -0400
commit73678804f4e5255dcb9f5c1892f9a7e94d0e925d (patch)
treea1f0f1d26403bb3240b892fff6356e21600bf3b4
parentaa5e5dc2a8878ecf1a94819d889939023fd576c9 (diff)
treewide: fix "usefull" typo
Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r--drivers/base/dma-contiguous.c2
-rw-r--r--drivers/net/wireless/ath/ath5k/dma.c2
-rw-r--r--sound/soc/codecs/alc5632.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/base/dma-contiguous.c b/drivers/base/dma-contiguous.c
index 6c9cdaa9200d..2d730fdad7a3 100644
--- a/drivers/base/dma-contiguous.c
+++ b/drivers/base/dma-contiguous.c
@@ -49,7 +49,7 @@ struct cma *dma_contiguous_default_area;
49 49
50/* 50/*
51 * Default global CMA area size can be defined in kernel's .config. 51 * Default global CMA area size can be defined in kernel's .config.
52 * This is usefull mainly for distro maintainers to create a kernel 52 * This is useful mainly for distro maintainers to create a kernel
53 * that works correctly for most supported systems. 53 * that works correctly for most supported systems.
54 * The size can be set in bytes or as a percentage of the total memory 54 * The size can be set in bytes or as a percentage of the total memory
55 * in the system. 55 * in the system.
diff --git a/drivers/net/wireless/ath/ath5k/dma.c b/drivers/net/wireless/ath/ath5k/dma.c
index ce86f158423b..ba200b24be64 100644
--- a/drivers/net/wireless/ath/ath5k/dma.c
+++ b/drivers/net/wireless/ath/ath5k/dma.c
@@ -661,7 +661,7 @@ ath5k_hw_get_isr(struct ath5k_hw *ah, enum ath5k_int *interrupt_mask)
661 ah->ah_txq_isr_txok_all |= AR5K_REG_MS(sisr1, 661 ah->ah_txq_isr_txok_all |= AR5K_REG_MS(sisr1,
662 AR5K_SISR1_QCU_TXEOL); 662 AR5K_SISR1_QCU_TXEOL);
663 663
664 /* Currently this is not much usefull since we treat 664 /* Currently this is not much useful since we treat
665 * all queues the same way if we get a TXURN (update 665 * all queues the same way if we get a TXURN (update
666 * tx trigger level) but we might need it later on*/ 666 * tx trigger level) but we might need it later on*/
667 if (pisr & AR5K_ISR_TXURN) 667 if (pisr & AR5K_ISR_TXURN)
diff --git a/sound/soc/codecs/alc5632.c b/sound/soc/codecs/alc5632.c
index f2e62e45f912..19e9f222d09c 100644
--- a/sound/soc/codecs/alc5632.c
+++ b/sound/soc/codecs/alc5632.c
@@ -614,7 +614,7 @@ struct _pll_div {
614}; 614};
615 615
616/* Note : pll code from original alc5632 driver. Not sure of how good it is */ 616/* Note : pll code from original alc5632 driver. Not sure of how good it is */
617/* usefull only for master mode */ 617/* useful only for master mode */
618static const struct _pll_div codec_master_pll_div[] = { 618static const struct _pll_div codec_master_pll_div[] = {
619 619
620 { 2048000, 8192000, 0x0ea0}, 620 { 2048000, 8192000, 0x0ea0},