list_is_last — tests whether list is the last entry in list head
int list_is_last (const struct list_head * list, const struct list_head * head);
int list_is_last
the entry to test
the head of the list