The patch titled fix typo in prefetch.h has been added to the -mm tree. Its filename is fix-typo-in-prefetchh.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: fix typo in prefetch.h From: Dave Jones <davej@xxxxxxxxxx> Signed-off-by: Dave Jones <davej@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/prefetch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/prefetch.h~fix-typo-in-prefetchh include/linux/prefetch.h --- a/include/linux/prefetch.h~fix-typo-in-prefetchh +++ a/include/linux/prefetch.h @@ -27,7 +27,7 @@ prefetch(x) - prefetches the cacheline at "x" for read prefetchw(x) - prefetches the cacheline at "x" for write - spin_lock_prefetch(x) - prefectches the spinlock *x for taking + spin_lock_prefetch(x) - prefetches the spinlock *x for taking there is also PREFETCH_STRIDE which is the architecure-prefered "lookahead" size for prefetching streamed operations. _ Patches currently in -mm which might be from davej@xxxxxxxxxx are document-acked-by.patch yet-another-uniwill-laptop-with-alc861-codec.patch git-cpufreq.patch i386-remove-support-for-the-rise-cpu.patch fix-up-codingstyle-in-isofs.patch undeprecate-raw-driver.patch fix-typo-in-prefetchh.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