Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6081 → Rev 6082

/drivers/include/linux/list.h
672,6 → 672,11
n->pprev = &n->next;
}
 
static inline bool hlist_fake(struct hlist_node *h)
{
return h->pprev == &h->next;
}
 
/*
* Move a list from one list head to another. Fixup the pprev
* reference of the first entry if it exists.