From: Colin Ian King Date: Wed, 11 Apr 2018 07:36:49 +0000 (+0100) Subject: scsi: fnic: fix spelling mistake in fnic stats "Abord" -> "Abort" X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0cfce53a7880eb949e55fcfbe0d82c613f056fe0;p=openwrt%2Fstaging%2Fblogic.git scsi: fnic: fix spelling mistake in fnic stats "Abord" -> "Abort" Trivial fix to spelling mistake in fnic stats message text. Signed-off-by: Colin Ian King Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/fnic/fnic_trace.c b/drivers/scsi/fnic/fnic_trace.c index abddde11982b..98597b59c12a 100644 --- a/drivers/scsi/fnic/fnic_trace.c +++ b/drivers/scsi/fnic/fnic_trace.c @@ -296,7 +296,7 @@ int fnic_get_stats_data(struct stats_debug_info *debug, "Number of Abort FW Timeouts: %lld\n" "Number of Abort IO NOT Found: %lld\n" - "Abord issued times: \n" + "Abort issued times: \n" " < 6 sec : %lld\n" " 6 sec - 20 sec : %lld\n" " 20 sec - 30 sec : %lld\n"