[PATCH] udev: trivial trivialities

Yah yah, really trivial stuff...

	- get_class_device() doesn't need to be exported; it
	  should be static

	- white space cleanup
This commit is contained in:
rml@tech9.net 2003-10-19 21:55:43 -07:00 committed by Greg KH
parent fd14ee04ef
commit d7e954a4ef
2 changed files with 3 additions and 3 deletions

View File

@ -101,7 +101,7 @@ static int create_node(char *name, char type, int major, int minor, int mode)
return retval;
}
struct sysfs_class_device *get_class_dev(char *device_name)
static struct sysfs_class_device *get_class_dev(char *device_name)
{
char sysfs_path[SYSFS_PATH_MAX];
char dev_path[SYSFS_PATH_MAX];