1
0
Fork 0

staging/lustre/o2iblnd: Fix misspelled attemps->attempts

Highlighted by checkpatch:
WARNING: 'attemps' may be misspelled - perhaps 'attempts'?
#20278: FILE: drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c:3272:
+ * reconnection attemps.

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
Oleg Drokin 2016-12-06 23:57:40 -05:00 committed by Greg Kroah-Hartman
parent 8aff51c4fb
commit 859d8e4587
1 changed files with 1 additions and 1 deletions

View File

@ -3269,7 +3269,7 @@ kiblnd_disconnect_conn(struct kib_conn *conn)
#define KIB_RECONN_HIGH_RACE 10
/**
* Allow connd to take a break and handle other things after consecutive
* reconnection attemps.
* reconnection attempts.
*/
#define KIB_RECONN_BREAK 100