The patch titled ufs-fix-nexstep-dir-block-size-checkpatch-fixes has been removed from the -mm tree. Its filename was ufs-fix-nexstep-dir-block-size-checkpatch-fixes.patch This patch was dropped because it was folded into ufs-fix-nexstep-dir-block-size.patch ------------------------------------------------------ Subject: ufs-fix-nexstep-dir-block-size-checkpatch-fixes From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> WARNING: no space between function name and open parenthesis '(' #24: FILE: fs/ufs/dir.c:182: + ufs_error (sb, __FUNCTION__, total: 0 errors, 1 warnings, 36 lines checked Your patch has style problems, please review. If any of these errors are false positives report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Dave Bailey <dsbailey@xxxxxxxxxxx> Cc: Evgeniy Dushistov <dushistov@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/ufs/dir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/ufs/dir.c~ufs-fix-nexstep-dir-block-size-checkpatch-fixes fs/ufs/dir.c --- a/fs/ufs/dir.c~ufs-fix-nexstep-dir-block-size-checkpatch-fixes +++ a/fs/ufs/dir.c @@ -179,7 +179,7 @@ bad_entry: goto fail; Eend: p = (struct ufs_dir_entry *)(kaddr + offs); - ufs_error (sb, __FUNCTION__, + ufs_error(sb, __FUNCTION__, "entry in directory #%lu spans the page boundary" "offset=%lu", dir->i_ino, (page->index<<PAGE_CACHE_SHIFT)+offs); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch ufs-fix-nexstep-dir-block-size.patch ufs-fix-nexstep-dir-block-size-checkpatch-fixes.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