]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging/lustre/o2iblnd: Fix misspelled attemps->attempts
authorOleg Drokin <green@linuxhacker.ru>
Wed, 7 Dec 2016 04:57:40 +0000 (23:57 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Dec 2016 15:30:24 +0000 (16:30 +0100)
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>
drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c

index bea408d1bb0a35747d45751e04298d3b89b90bf7..c7917abf99445de8ffe98e60f809e135ba9e3457 100644 (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