Files
ubports_kernel_google_msm/lib
David Brownell 34990cf702 Add a new sysfs_streq() string comparison function
Add a new sysfs_streq() string comparison function, which ignores
the trailing newlines found in sysfs inputs.  By example:

	sysfs_streq("a", "b")	==> false
	sysfs_streq("a", "a")	==> true
	sysfs_streq("a", "a\n")	==> true
	sysfs_streq("a\n", "a")	==> true

This is intended to simplify parsing of sysfs inputs, letting them
avoid the need to manually strip off newlines from inputs.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Acked-by: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-05-01 08:03:59 -07:00
..
2008-04-10 15:34:05 -07:00
2008-02-03 17:48:52 +02:00
2008-02-03 17:48:52 +02:00
2008-05-01 08:03:58 -07:00
2008-04-29 08:11:16 -07:00
2008-04-29 08:06:25 -07:00
2008-04-28 08:58:17 -07:00
2008-01-30 13:33:00 +01:00