Re: [PATCH v4 20/27] list: fix a typo at the kernel-doc markup

2020-11-16 Thread Paul E. McKenney
On Mon, Nov 16, 2020 at 11:18:16AM +0100, Mauro Carvalho Chehab wrote: > hlist_add_behing -> hlist_add_behind > > Signed-off-by: Mauro Carvalho Chehab Queued, thank you! Or if you would prefer pushing it yourself: Reviewed-by: Paul E. McKenney Either way, please let me know.

[PATCH v4 20/27] list: fix a typo at the kernel-doc markup

2020-11-16 Thread Mauro Carvalho Chehab
hlist_add_behing -> hlist_add_behind Signed-off-by: Mauro Carvalho Chehab --- include/linux/list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/list.h b/include/linux/list.h index 89bdc92e75c3..f2af4b4aa4e9 100644 --- a/include/linux/list.h +++ b/include/linu