diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2011-03-30 21:57:33 -0400 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2011-03-31 10:26:23 -0400 |
commit | 25985edcedea6396277003854657b5f3cb31a628 (patch) | |
tree | f026e810210a2ee7290caeb737c23cb6472b7c38 /sound/soc/mid-x86 | |
parent | 6aba74f2791287ec407e0f92487a725a25908067 (diff) |
Fix common misspellings
Fixes generated by 'codespell' and manually reviewed.
Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
Diffstat (limited to 'sound/soc/mid-x86')
-rw-r--r-- | sound/soc/mid-x86/sst_platform.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/mid-x86/sst_platform.c b/sound/soc/mid-x86/sst_platform.c index ee2c22475a76..b2e9198a983a 100644 --- a/sound/soc/mid-x86/sst_platform.c +++ b/sound/soc/mid-x86/sst_platform.c | |||
@@ -440,7 +440,7 @@ static int sst_platform_remove(struct platform_device *pdev) | |||
440 | 440 | ||
441 | snd_soc_unregister_dais(&pdev->dev, ARRAY_SIZE(sst_platform_dai)); | 441 | snd_soc_unregister_dais(&pdev->dev, ARRAY_SIZE(sst_platform_dai)); |
442 | snd_soc_unregister_platform(&pdev->dev); | 442 | snd_soc_unregister_platform(&pdev->dev); |
443 | pr_debug("sst_platform_remove sucess\n"); | 443 | pr_debug("sst_platform_remove success\n"); |
444 | return 0; | 444 | return 0; |
445 | } | 445 | } |
446 | 446 | ||
@@ -463,7 +463,7 @@ module_init(sst_soc_platform_init); | |||
463 | static void __exit sst_soc_platform_exit(void) | 463 | static void __exit sst_soc_platform_exit(void) |
464 | { | 464 | { |
465 | platform_driver_unregister(&sst_platform_driver); | 465 | platform_driver_unregister(&sst_platform_driver); |
466 | pr_debug("sst_soc_platform_exit sucess\n"); | 466 | pr_debug("sst_soc_platform_exit success\n"); |
467 | } | 467 | } |
468 | module_exit(sst_soc_platform_exit); | 468 | module_exit(sst_soc_platform_exit); |
469 | 469 | ||