aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/llist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/llist.c b/lib/llist.c
index ef48b87247ec..f76196d07409 100644
--- a/lib/llist.c
+++ b/lib/llist.c
@@ -86,7 +86,7 @@ EXPORT_SYMBOL_GPL(llist_del_first);
86 * llist_reverse_order - reverse order of a llist chain 86 * llist_reverse_order - reverse order of a llist chain
87 * @head: first item of the list to be reversed 87 * @head: first item of the list to be reversed
88 * 88 *
89 * Reverse the oder of a chain of llist entries and return the 89 * Reverse the order of a chain of llist entries and return the
90 * new first entry. 90 * new first entry.
91 */ 91 */
92struct llist_node *llist_reverse_order(struct llist_node *head) 92struct llist_node *llist_reverse_order(struct llist_node *head)