[alsa-devel] [PATCH 1/1] ASoC: core: Fix trivial typo
Sachin Kamat
sachin.kamat at samsung.com
Tue Jul 8 10:46:12 CEST 2014
Replaced providing with provided.
Signed-off-by: Sachin Kamat <sachin.kamat at samsung.com>
---
sound/soc/soc-core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index c32d8399e770..c5ce67483abc 100644
--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -4396,7 +4396,7 @@ int snd_soc_of_parse_card_name(struct snd_soc_card *card,
ret = of_property_read_string_index(np, propname, 0, &card->name);
/*
- * EINVAL means the property does not exist. This is fine providing
+ * EINVAL means the property does not exist. This is fine provided
* card->name was previously set, which is checked later in
* snd_soc_register_card.
*/
--
1.7.9.5
More information about the Alsa-devel
mailing list