[alsa-devel] [PATCH 1/1] ASoC: core: Fix trivial typo
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. */
On Tue, Jul 08, 2014 at 02:16:12PM +0530, Sachin Kamat wrote:
/*
* 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.
This isn't actually a typo; both variants are equally good English.
On Tue, Jul 8, 2014 at 3:28 PM, Mark Brown broonie@kernel.org wrote:
On Tue, Jul 08, 2014 at 02:16:12PM +0530, Sachin Kamat wrote:
/*
* 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. */
This isn't actually a typo; both variants are equally good English.
Oh OK. Wasn't sure if it was right usage.
Regards, Sachin.
participants (2)
-
Mark Brown
-
Sachin Kamat