* [PATCH] crda: Cosmetic fix for udev path
@ 2009-10-12 15:02 Tim Gardner
2009-10-13 18:55 ` Luis R. Rodriguez
0 siblings, 1 reply; 2+ messages in thread
From: Tim Gardner @ 2009-10-12 15:02 UTC (permalink / raw)
To: Luis R. Rodriguez; +Cc: linux-wireless@vger.kernel.org
[-- Attachment #1: Type: text/plain, Size: 184 bytes --]
Luis,
This patch is against
git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/crda.git. It fixes
some complaints about an extra '/'.
rtg
--
Tim Gardner tim.gardner@canonical.com
[-- Attachment #2: 0001-Cosmetic-fix-for-udev-path.patch --]
[-- Type: text/x-patch, Size: 911 bytes --]
>From 31a08704192dee87ee592f70988ee7806c37523a Mon Sep 17 00:00:00 2001
From: Tim Gardner <tim.gardner@canonical.com>
Date: Mon, 12 Oct 2009 08:53:31 -0600
Subject: [PATCH] crda: Cosmetic fix for udev path
BugLink: http://bugs.launchpad.net/bugs/340995
SBINDIR already has a trailing '/', so its not needed
in the udev rule.
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
---
udev/regulatory.rules | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/udev/regulatory.rules b/udev/regulatory.rules
index 5588ed7..3d6add8 100644
--- a/udev/regulatory.rules
+++ b/udev/regulatory.rules
@@ -2,4 +2,4 @@
# For more information see:
# http://wireless.kernel.org/en/developers/Regulatory/CRDA
-KERNEL=="regulatory*", ACTION=="change", SUBSYSTEM=="platform", RUN+="$(SBINDIR)/crda"
+KERNEL=="regulatory*", ACTION=="change", SUBSYSTEM=="platform", RUN+="$(SBINDIR)crda"
--
1.6.2.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] crda: Cosmetic fix for udev path
2009-10-12 15:02 [PATCH] crda: Cosmetic fix for udev path Tim Gardner
@ 2009-10-13 18:55 ` Luis R. Rodriguez
0 siblings, 0 replies; 2+ messages in thread
From: Luis R. Rodriguez @ 2009-10-13 18:55 UTC (permalink / raw)
To: tim.gardner; +Cc: linux-wireless@vger.kernel.org
On Mon, Oct 12, 2009 at 8:02 AM, Tim Gardner <tim.gardner@canonical.com> wrote:
> Luis,
>
> This patch is against
> git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/crda.git. It fixes
> some complaints about an extra '/'.
Applied, thanks.
Luis
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-10-13 18:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-12 15:02 [PATCH] crda: Cosmetic fix for udev path Tim Gardner
2009-10-13 18:55 ` Luis R. Rodriguez
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).