From: Lars-Peter Clausen <lars@metafoo.de>
To: vishal.thanki@gmail.com, kernel-janitors@vger.kernel.org,
alsa-devel@alsa-project.org, broonie@kernel.org,
lgirdwood@gmail.com
Subject: Re: [alsa-devel] [PATCH] ASoC: simple-card: Add a NULL pointer check in asoc_simple_card_dai_link_of
Date: Tue, 03 Mar 2015 14:18:50 +0100 [thread overview]
Message-ID: <54F5B4BA.7090408@metafoo.de> (raw)
In-Reply-To: <CAC3a_SBrJxS6x+qCwi0p5DcbEbVFX3AOP=-NxWbugY6bEvirLg@mail.gmail.com>
On 03/03/2015 02:14 PM, Vishal Thanki wrote:
[...]
> + if (!name) {
> + ret = -ENOMEM;
> + goto dai_link_of_err;
> + }
> +
The indention here is broken.
WARNING: multiple messages have this Message-ID (diff)
From: Lars-Peter Clausen <lars@metafoo.de>
To: vishal.thanki@gmail.com, kernel-janitors@vger.kernel.org,
alsa-devel@alsa-project.org, broonie@kernel.org,
lgirdwood@gmail.com
Subject: Re: [alsa-devel] [PATCH] ASoC: simple-card: Add a NULL pointer check in asoc_simple_card_dai_link_of
Date: Tue, 03 Mar 2015 13:18:50 +0000 [thread overview]
Message-ID: <54F5B4BA.7090408@metafoo.de> (raw)
In-Reply-To: <CAC3a_SBrJxS6x+qCwi0p5DcbEbVFX3AOP=-NxWbugY6bEvirLg@mail.gmail.com>
On 03/03/2015 02:14 PM, Vishal Thanki wrote:
[...]
> + if (!name) {
> + ret = -ENOMEM;
> + goto dai_link_of_err;
> + }
> +
The indention here is broken.
next prev parent reply other threads:[~2015-03-03 13:18 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-03 13:14 [PATCH] ASoC: simple-card: Add a NULL pointer check in asoc_simple_card_dai_link_of Vishal Thanki
2015-03-03 13:18 ` Lars-Peter Clausen [this message]
2015-03-03 13:18 ` [alsa-devel] " Lars-Peter Clausen
-- strict thread matches above, loose matches on Subject: below --
2015-03-03 13:29 Vishal Thanki
2015-03-03 13:41 ` Vishal Thanki
2015-03-03 14:25 ` Mark Brown
2015-03-03 14:25 ` Mark Brown
2015-03-04 20:29 ` walter harms
2015-03-04 20:29 ` walter harms
2015-03-05 10:45 ` Vishal Thanki
2015-03-05 12:03 ` [alsa-devel] " Lars-Peter Clausen
2015-03-05 12:03 ` Lars-Peter Clausen
2015-03-05 19:35 ` walter harms
2015-03-05 19:35 ` walter harms
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54F5B4BA.7090408@metafoo.de \
--to=lars@metafoo.de \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=kernel-janitors@vger.kernel.org \
--cc=lgirdwood@gmail.com \
--cc=vishal.thanki@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.