From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: "Rafael J. Wysocki" <rafael@kernel.org>
Cc: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org,
Len Brown <lenb@kernel.org>
Subject: Re: [PATCH v1 1/2] ACPI: property: Allow _DSD buffer data only for byte accessors
Date: Tue, 3 Oct 2023 17:05:03 +0300 [thread overview]
Message-ID: <ZRwfjywiffWxWnX5@smile.fi.intel.com> (raw)
In-Reply-To: <CAJZ5v0ib_N_ojhoC_z9YCOgmT7q2zy1jMBAFc=pmBmrX-j5Drg@mail.gmail.com>
On Tue, Oct 03, 2023 at 03:59:26PM +0200, Rafael J. Wysocki wrote:
> On Mon, Oct 2, 2023 at 3:46 PM Andy Shevchenko
> <andriy.shevchenko@linux.intel.com> wrote:
...
> > + if (obj->type == ACPI_TYPE_BUFFER) {
> > + if (proptype != DEV_PROP_U8)
> > + return -EPROTO;
> > items = obj;
> > + } else
> > + items = obj->package.elements;
>
> The braces that are missing here (as per the coding style) were added
> while applying the patch.
Thank you!
--
With Best Regards,
Andy Shevchenko
prev parent reply other threads:[~2023-10-03 14:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-02 13:46 [PATCH v1 1/2] ACPI: property: Allow _DSD buffer data only for byte accessors Andy Shevchenko
2023-10-02 13:46 ` [PATCH v1 2/2] ACPI: property: Document the _DSD data buffer GUID Andy Shevchenko
2023-10-03 13:59 ` [PATCH v1 1/2] ACPI: property: Allow _DSD buffer data only for byte accessors Rafael J. Wysocki
2023-10-03 14:05 ` Andy Shevchenko [this message]
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=ZRwfjywiffWxWnX5@smile.fi.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rafael@kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox