The patch titled Subject: include/linux/kfifo.h: fix comment has been removed from the -mm tree. Its filename was kfifo-fix-comment.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Valentin Vidic <Valentin.Vidic@xxxxxxxxx> Subject: include/linux/kfifo.h: fix comment Clean up unusual formatting in the note about locking. Link: http://lkml.kernel.org/r/20180324002630.13046-1-Valentin.Vidic@xxxxxxxxx Signed-off-by: Valentin Vidic <Valentin.Vidic@xxxxxxxxx> Cc: Stefani Seibold <stefani@xxxxxxxxxxx> Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx> Cc: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> Cc: Jiri Kosina <jkosina@xxxxxxx> Cc: Sean Young <sean@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/kfifo.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff -puN include/linux/kfifo.h~kfifo-fix-comment include/linux/kfifo.h --- a/include/linux/kfifo.h~kfifo-fix-comment +++ a/include/linux/kfifo.h @@ -41,11 +41,11 @@ */ /* - * Note about locking : There is no locking required until only * one reader - * and one writer is using the fifo and no kfifo_reset() will be * called - * kfifo_reset_out() can be safely used, until it will be only called + * Note about locking: There is no locking required until only one reader + * and one writer is using the fifo and no kfifo_reset() will be called. + * kfifo_reset_out() can be safely used, until it will be only called * in the reader thread. - * For multiple writer and one reader there is only a need to lock the writer. + * For multiple writer and one reader there is only a need to lock the writer. * And vice versa for only one writer and multiple reader there is only a need * to lock the reader. */ _ Patches currently in -mm which might be from Valentin.Vidic@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