We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34a821c + b951eae commit bbd4243Copy full SHA for bbd4243
queue.c
@@ -18,7 +18,7 @@ struct list_head *q_new()
18
}
19
20
/* Free all storage used by queue */
21
-void q_free(struct list_head *l) {}
+void q_free(struct list_head *head) {}
22
23
/* Insert an element at head of queue */
24
bool q_insert_head(struct list_head *head, char *s)
0 commit comments