The patch titled Subject: cpumask: fix code comment has been removed from the -mm tree. Its filename was cpumask-fix-code-comment.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Geliang Tang <geliangtang@xxxxxxxxx> Subject: cpumask: fix code comment Fix code comment for cpumask_parse(). Link: http://lkml.kernel.org/r/71aae2c60ae5dae0cf554199ce6aea8f88c69347.1465380581.git.geliangtang@xxxxxxxxx Signed-off-by: Geliang Tang <geliangtang@xxxxxxxxx> Acked-by: Rusty Russell <rusty@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/cpumask.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/cpumask.h~cpumask-fix-code-comment include/linux/cpumask.h --- a/include/linux/cpumask.h~cpumask-fix-code-comment +++ a/include/linux/cpumask.h @@ -579,7 +579,7 @@ static inline int cpumask_parselist_user } /** - * cpumask_parse - extract a cpumask from from a string + * cpumask_parse - extract a cpumask from a string * @buf: the buffer to extract from * @dstp: the cpumask to set. * _ Patches currently in -mm which might be from geliangtang@xxxxxxxxx are -- 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