Re: [PATCH] Change in comment for the list_empty() routine.

2019-03-26 Thread Rasmus Villemoes
On 26/03/2019 07.21, Nitin U. Yewale wrote: > Hello, > > In one of the observations it was noticed that list_empty() routine > returns true when the list is empty (head->next == head) OR False > otherwise. Hence the proposed patch. Hm, does anything use that file? It's almost impossible to have a

[PATCH] Change in comment for the list_empty() routine.

2019-03-25 Thread Nitin U. Yewale
Hello, In one of the observations it was noticed that list_empty() routine returns true when the list is empty (head->next == head) OR False otherwise. Hence the proposed patch. Thank you, Nitin Yewale Signed-off-by: Nitin U. Yewale --- drivers/gpu/drm/nouveau/include/nvif/list.h | 5 + 1