1. NAME

list_rotate_left - rotate the list to the left

2. SYNOPSIS

void list_rotate_left(struct list_head *  head );

3. ARGUMENTS

head
    the head of the list

4. COPYRIGHT