The patch titled Fix typos in fs/sysfs/file.c has been removed from the -mm tree. Its filename was fix-typos-in-fs-sysfs-filec.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Fix typos in fs/sysfs/file.c From: Rolf Eike Beer <eike-kernel@xxxxxxxxx> Signed-off-by: Rolf Eike Beer <eike-kernel@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/sysfs/file.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/sysfs/file.c~fix-typos-in-fs-sysfs-filec fs/sysfs/file.c --- a/fs/sysfs/file.c~fix-typos-in-fs-sysfs-filec +++ a/fs/sysfs/file.c @@ -335,7 +335,7 @@ static int sysfs_release(struct inode * * again will not get new data, or reset the state of 'poll'. * Reminder: this only works for attributes which actively support * it, and it is not possible to test an attribute from userspace - * to see if it supports poll (Nether 'poll' or 'select' return + * to see if it supports poll (Neither 'poll' nor 'select' return * an appropriate error code). When in doubt, set a suitable timeout value. */ static unsigned int sysfs_poll(struct file *filp, poll_table *wait) _ Patches currently in -mm which might be from eike-kernel@xxxxxxxxx are git-dvb.patch git-r8169.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html