staging: lustre: lustre: ptlrpc: Replace "the the " with "the"
This patch replace "the the " with "the". The replacement couldn't be automated because sometimes the first "the" was meant to be another word. Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com> Acked-by: Daniel Baluta <daniel.baluta@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
0f320bd82d
commit
fa4d19c4ef
1 changed files with 1 additions and 1 deletions
|
@ -448,7 +448,7 @@ struct timeout_item* ptlrpc_new_timeout(int time, enum timeout_event event,
|
|||
}
|
||||
|
||||
/**
|
||||
* Register timeout event on the the pinger thread.
|
||||
* Register timeout event on the pinger thread.
|
||||
* Note: the timeout list is an sorted list with increased timeout value.
|
||||
*/
|
||||
static struct timeout_item*
|
||||
|
|
Loading…
Reference in a new issue