Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

llists-move-llist_reverse_order-from-raid5-to-llistc-fix

fix comment typo, per Jan

Cc: Christoph Hellwig <hch@lst.de>
Cc: Jan Kara <jack@suse.cz>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Andrew Morton and committed by
Linus Torvalds
0791a605 b89241e8

+1 -1
+1 -1
lib/llist.c
··· 86 86 * llist_reverse_order - reverse order of a llist chain 87 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 90 * new first entry. 91 91 */ 92 92 struct llist_node *llist_reverse_order(struct llist_node *head)