diff options
| author | Matt LaPlante <kernel1@cyberdogtech.com> | 2006-11-29 23:24:39 -0500 |
|---|---|---|
| committer | Adrian Bunk <bunk@stusta.de> | 2006-11-29 23:24:39 -0500 |
| commit | 0779bf2d2ecc4d9b1e9437ae659f50e6776a7666 (patch) | |
| tree | dbcc9735ab63a833056572c8f4f0efe911246562 /sound/oss | |
| parent | 3cb2fccc5f48a4d6269dfd00b4db570fca2a04d5 (diff) | |
Fix misc .c/.h comment typos
Fix various .c/.h typos in comments (no code changes).
Signed-off-by: Matt LaPlante <kernel1@cyberdogtech.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'sound/oss')
| -rw-r--r-- | sound/oss/cs46xx.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sound/oss/cs46xx.c b/sound/oss/cs46xx.c index 6e3c41f530e6..b1c5d8286e40 100644 --- a/sound/oss/cs46xx.c +++ b/sound/oss/cs46xx.c | |||
| @@ -779,7 +779,7 @@ static unsigned int cs_set_adc_rate(struct cs_state *state, unsigned int rate) | |||
| 779 | rate = 48000 / 9; | 779 | rate = 48000 / 9; |
| 780 | 780 | ||
| 781 | /* | 781 | /* |
| 782 | * We can not capture at at rate greater than the Input Rate (48000). | 782 | * We cannot capture at at rate greater than the Input Rate (48000). |
| 783 | * Return an error if an attempt is made to stray outside that limit. | 783 | * Return an error if an attempt is made to stray outside that limit. |
| 784 | */ | 784 | */ |
| 785 | if (rate > 48000) | 785 | if (rate > 48000) |
| @@ -4754,8 +4754,8 @@ static int cs_hardware_init(struct cs_card *card) | |||
| 4754 | mdelay(5 * cs_laptop_wait); /* Shouldnt be needed ?? */ | 4754 | mdelay(5 * cs_laptop_wait); /* Shouldnt be needed ?? */ |
| 4755 | 4755 | ||
| 4756 | /* | 4756 | /* |
| 4757 | * If we are resuming under 2.2.x then we can not schedule a timeout. | 4757 | * If we are resuming under 2.2.x then we cannot schedule a timeout, |
| 4758 | * so, just spin the CPU. | 4758 | * so just spin the CPU. |
| 4759 | */ | 4759 | */ |
| 4760 | if (card->pm.flags & CS46XX_PM_IDLE) { | 4760 | if (card->pm.flags & CS46XX_PM_IDLE) { |
| 4761 | /* | 4761 | /* |
