chiark / gitweb /
[PATCH] conditional remove of trailing sysfs whitespace
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Fri, 5 Mar 2004 02:59:13 +0000 (18:59 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:35:08 +0000 (21:35 -0700)
commitd5f91372dd3241f8b4bbe2a99aaaeda541a76bad
tree196ca6a32c2c9ba4b6fb4b2cedfe4abb309e8aa5
parentebc39fefd5cb8249cd09d4b3d1b8c72c9e48bab1
[PATCH] conditional remove of trailing sysfs whitespace

Hey, it may never happen, that one wants to distinguish attributes by
trailing spaces, but we should not lose the control over it, just for
being lazy :)

Here we remove the trailing spaces of the sysfs attribute only if the
configured value to match doesn't have any trailing spaces by itself.
So if you put a attribute in a rule with spaces at the end, the sysfs
attribute _must_ match exactly.

Is that cool for everyone?

As usual, 2 tests are added for it with a artificial sysfs file and
a few words to the man page.
namedev.c
test/sys/devices/pci0000:00/0000:00:1e.0/0000:02:05.0/host0/0:0:0:0/whitespace_test [new file with mode: 0644]
test/udev-test.pl
udev.8