Skip to content

Commit 0cfce53

Browse files
Colin Ian Kingmartinkpetersen
authored andcommitted
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 <colin.king@canonical.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent 4f2c8bf commit 0cfce53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/fnic/fnic_trace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ int fnic_get_stats_data(struct stats_debug_info *debug,
296296
"Number of Abort FW Timeouts: %lld\n"
297297
"Number of Abort IO NOT Found: %lld\n"
298298

299-
"Abord issued times: \n"
299+
"Abort issued times: \n"
300300
" < 6 sec : %lld\n"
301301
" 6 sec - 20 sec : %lld\n"
302302
" 20 sec - 30 sec : %lld\n"

0 commit comments

Comments
 (0)