The patch titled Subject: bitmap-introduce-bitmap_from_u64-checkpatch-fixes-fix has been removed from the -mm tree. Its filename was bitmap-introduce-bitmap_from_u64-checkpatch-fixes-fix.patch This patch was dropped because it was folded into bitmap-introduce-bitmap_from_u64.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: bitmap-introduce-bitmap_from_u64-checkpatch-fixes-fix Cc: Yury Norov <ynorov@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/bitmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/bitmap.h~bitmap-introduce-bitmap_from_u64-checkpatch-fixes-fix include/linux/bitmap.h --- a/include/linux/bitmap.h~bitmap-introduce-bitmap_from_u64-checkpatch-fixes-fix +++ a/include/linux/bitmap.h @@ -366,7 +366,7 @@ static inline int bitmap_parse(const cha * Linux bitmaps are internally arrays of unsigned longs, i.e. 32-bit * integers in 32-bit environment, and 64-bit integers in 64-bit one. * - * There are four combinations of endianess and length of the word in linux + * There are four combinations of endianness and length of the word in linux * ABIs: LE64, BE64, LE32 and BE32. * * On 64-bit kernels 64-bit LE and BE numbers are naturally ordered in _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are bitmap-introduce-bitmap_from_u64.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