linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [udev] small trivial cleanup of latest changes
@ 2003-12-25  9:51 Kay Sievers
  2003-12-30  0:50 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Kay Sievers @ 2003-12-25  9:51 UTC (permalink / raw)
  To: linux-hotplug

[-- Attachment #1: Type: text/plain, Size: 140 bytes --]

Hi,
here is a patch for a typo in the man page, a whitespace cleanup
and a replace for the magic hex ASCII in char operations.

thanks,
Kay

[-- Attachment #2: 01-trivial-cleanup.diff --]
[-- Type: text/plain, Size: 1830 bytes --]

diff -Nru a/namedev_parse.c b/namedev_parse.c
--- a/namedev_parse.c	Thu Dec 25 10:43:24 2003
+++ b/namedev_parse.c	Thu Dec 25 10:43:24 2003
@@ -176,7 +176,7 @@
 			++temp;
 
 		/* empty line? */
-		if ((*temp == 0x00) || (*temp == 0x0a))
+		if ((*temp == '\0') || (*temp == '\n'))
 			continue;
 
 		/* see if this is a comment */
@@ -376,7 +376,7 @@
 			++temp;
 
 		/* empty line? */
-		if ((*temp == 0x00) || (*temp == 0x0a))
+		if ((*temp == '\0') || (*temp == '\n'))
 			continue;
 
 		/* see if this is a comment */
diff -Nru a/udev.8 b/udev.8
--- a/udev.8	Thu Dec 25 10:43:24 2003
+++ b/udev.8	Thu Dec 25 10:43:24 2003
@@ -78,7 +78,7 @@
 # udev_permissions - The name and location of the udev permission file
 udev_permissions="/etc/udev/udev.permissions"
 
-# default_mode - set the default mode for all nodes that have no 
+# default_mode - set the default mode for all nodes that have no
 #                explicit match in the permissions file
 default_mode="0666"
 .fi
@@ -106,18 +106,18 @@
 where valid methods with corresponding keys are:
 .TP
 .B CALLOUT
-calling external program, that returns a string to match.  The 
-.BR BUS 
+calling external program, that returns a string to match.  The
+.B BUS
 key is optional, but if specified, the sysfs device bus must be able to be
-detemined by a "device" symlink.
+determined by a "device" symlink.
 .br
 .RB "keys: " BUS ", " PROGRAM ", " ID
 .TP
 .B LABEL
 device label or serial number, like USB serial number, SCSI UUID or
 file system label.  Up to 5 different sysfs files can be checked, with
-all of the values being required in order to match the rule.  The 
-.BR BUS 
+all of the values being required in order to match the rule.  The
+.B BUS
 key is optional, but if specified, the sysfs device bus must be able to be
 detemined by a "device" symlink.
 .br

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [udev] small trivial cleanup of latest changes
  2003-12-25  9:51 [udev] small trivial cleanup of latest changes Kay Sievers
@ 2003-12-30  0:50 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2003-12-30  0:50 UTC (permalink / raw)
  To: linux-hotplug

On Thu, Dec 25, 2003 at 10:51:56AM +0100, Kay Sievers wrote:
> Hi,
> here is a patch for a typo in the man page, a whitespace cleanup
> and a replace for the magic hex ASCII in char operations.

Applied, thanks.

greg k-h


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id\x1278&alloc_id371&op=click
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-12-30  0:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-25  9:51 [udev] small trivial cleanup of latest changes Kay Sievers
2003-12-30  0:50 ` Greg KH

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).