diff --git a/queue.h b/queue.h index ad1bf0b7e..19da6e4cf 100644 --- a/queue.h +++ b/queue.h @@ -177,7 +177,7 @@ void q_reverse(struct list_head *head); /** * q_reverseK() - Given the head of a linked list, reverse the nodes of the list - * k at a time, and return the modified list. + * k at a time. * @head: header of queue * @k: is a positive integer and is less than or equal to the length of the * linked list. diff --git a/scripts/aspell-pws b/scripts/aspell-pws index 2b35e667f..cbe4db672 100644 --- a/scripts/aspell-pws +++ b/scripts/aspell-pws @@ -282,6 +282,7 @@ recvmmsg seccomp userfaultfd compat +reverseK rt rr sigaction diff --git a/scripts/checksums b/scripts/checksums index bf15a28c4..a80b5b468 100644 --- a/scripts/checksums +++ b/scripts/checksums @@ -1,2 +1,2 @@ -6fc9cebc7287e85656bd0f80bb29162283e008ab queue.h +0690973a922f166c7da4957c2c884c1ff80501c0 queue.h 3337dbccc33eceedda78e36cc118d5a374838ec7 list.h