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

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>

authored by

Oleg Drokin and committed by
Greg Kroah-Hartman
859d8e45 8aff51c4

+1 -1
+1 -1
drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c
··· 3269 3269 #define KIB_RECONN_HIGH_RACE 10 3270 3270 /** 3271 3271 * Allow connd to take a break and handle other things after consecutive 3272 - * reconnection attemps. 3272 + * reconnection attempts. 3273 3273 */ 3274 3274 #define KIB_RECONN_BREAK 100 3275 3275