aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRolf Eike Beer <eike-kernel@sf-tec.de>2007-08-10 16:51:07 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2007-10-12 17:51:06 -0400
commita93720eeb4b3bedc1fe15e4b6ca364e6be577d20 (patch)
treea34d58b175bd60f3ac1bb53c1427298e6cee1b2f
parentb4d1eb2ccecb76bce4c2125c5a3e77753fcfaeb0 (diff)
sysfs: Fix typos in fs/sysfs/file.c
Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--fs/sysfs/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/sysfs/file.c b/fs/sysfs/file.c
index 33bb3406dc49..16f39c30b091 100644
--- a/fs/sysfs/file.c
+++ b/fs/sysfs/file.c
@@ -335,7 +335,7 @@ static int sysfs_release(struct inode * inode, struct file * filp)
335 * again will not get new data, or reset the state of 'poll'. 335 * again will not get new data, or reset the state of 'poll'.
336 * Reminder: this only works for attributes which actively support 336 * Reminder: this only works for attributes which actively support
337 * it, and it is not possible to test an attribute from userspace 337 * it, and it is not possible to test an attribute from userspace
338 * to see if it supports poll (Nether 'poll' or 'select' return 338 * to see if it supports poll (Neither 'poll' nor 'select' return
339 * an appropriate error code). When in doubt, set a suitable timeout value. 339 * an appropriate error code). When in doubt, set a suitable timeout value.
340 */ 340 */
341static unsigned int sysfs_poll(struct file *filp, poll_table *wait) 341static unsigned int sysfs_poll(struct file *filp, poll_table *wait)