* [PATCH] Make attribute array static and const
@ 2011-03-08 8:57 Thomas Egerer
2011-03-08 12:15 ` Kay Sievers
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Egerer @ 2011-03-08 8:57 UTC (permalink / raw)
To: linux-hotplug
---
udev/udevadm-info.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/udev/udevadm-info.c b/udev/udevadm-info.c
index a231fd8..187e74d 100644
--- a/udev/udevadm-info.c
+++ b/udev/udevadm-info.c
@@ -33,7 +33,7 @@
static bool skip_attribute(const char *name)
{
- char *skip[] = {
+ static const char const *skip[] = {
"uevent",
"dev",
"modalias",
-- 1.7.2.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Make attribute array static and const
2011-03-08 8:57 [PATCH] Make attribute array static and const Thomas Egerer
@ 2011-03-08 12:15 ` Kay Sievers
0 siblings, 0 replies; 2+ messages in thread
From: Kay Sievers @ 2011-03-08 12:15 UTC (permalink / raw)
To: linux-hotplug
On Tue, Mar 8, 2011 at 09:57, Thomas Egerer <thomas.egerer@secunet.com> wrote:
> ---
> udev/udevadm-info.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Applied.
Thanks,
Kay
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-08 12:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-08 8:57 [PATCH] Make attribute array static and const Thomas Egerer
2011-03-08 12:15 ` Kay Sievers
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).