From: David Brownell <david-b@pacbell.net>
To: linux-pm@lists.osdl.org
Cc: "linux-acpi@vger" <linux-acpi@vger.kernel.org>, linux-pm@osdl.org
Subject: Re: [PATCH 6/6] [-mm]: ACPI: duplicate ACPI "info" attribute in sysfs
Date: Sat, 6 Jan 2007 13:36:49 -0800 [thread overview]
Message-ID: <200701061336.49518.david-b@pacbell.net> (raw)
In-Reply-To: <1168083333.5619.40.camel@localhost.localdomain>
On Saturday 06 January 2007 3:35 am, Zhang Rui wrote:
> +static struct subsys_attribute info_attr = {
> + .attr = {
> + .name = __stringify(info),
> + .mode = 0444,
> + },
> + .show = info_show,
> + .store = NULL,
> +};
Please don't expand __ATTR_RO(info) by hand; notice what
your manual version omitted, for one thing ...
next prev parent reply other threads:[~2007-01-06 21:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-06 11:35 [PATCH 6/6] [-mm]: ACPI: duplicate ACPI "info" attribute in sysfs Zhang Rui
2007-01-06 21:36 ` David Brownell [this message]
2007-01-07 15:39 ` [linux-pm] " Pavel Machek
2007-01-21 5:50 ` [PATCH 3/3] [-mm]: ACPI: add ACPICA version " Zhang Rui
2007-01-25 2:42 ` Len Brown
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=200701061336.49518.david-b@pacbell.net \
--to=david-b@pacbell.net \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-pm@lists.osdl.org \
--cc=linux-pm@osdl.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;
as well as URLs for NNTP newsgroup(s).