浏览代码

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>
Colin Ian King 7 年之前
父节点
当前提交
0cfce53a78
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/scsi/fnic/fnic_trace.c

+ 1 - 1
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"