8 Jul
2014
8 Jul
'14
10:46 a.m.
Replaced providing with provided.
Signed-off-by: Sachin Kamat sachin.kamat@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