rpaphp: compiler warning cleanup
authorLinas Vepstas <linas@austin.ibm.com>
Sat, 2 Dec 2006 00:31:27 +0000 (16:31 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 20 Dec 2006 18:54:42 +0000 (10:54 -0800)
commitf1e79092d9a59e2b1c8eae3b0f4ef3827dda08a0
tree5cc1514f7d46583e9812aa2f0d7e8f5548fa5d53
parent0c875c28649eac0adb8d2e2efac2186c3089e100
rpaphp: compiler warning cleanup

This janitorial patch removes the following annoying
compile-time message:

drivers/pci/hotplug/rpaphp_slot.c:57: warning: ignoring return
value of sfs_create_file declared with attribute warn_unused_result

It also fixes a typo, removes some misc crud.

Signed-off-by: Linas Vepstas <linas@austin.ibm.com>
Cc: John Rose <johnrose@us.ibm.com>
Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/hotplug/rpaphp_slot.c