From 1e168e667677116fc1dec0e3f8101013b70b4775 Mon Sep 17 00:00:00 2001 From: Gleb Chesnokov Date: Tue, 9 Aug 2022 17:27:16 +0300 Subject: [PATCH] iscsi-scst: Fix spelling mistake in comment Change 'compability' to 'compatibility'. This patch fixes the following checkpatch warning: WARNING: 'compability' may be misspelled - perhaps 'compatibility'? --- iscsi-scst/include/iscsi_scst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iscsi-scst/include/iscsi_scst.h b/iscsi-scst/include/iscsi_scst.h index c7c44994e..486c12819 100644 --- a/iscsi-scst/include/iscsi_scst.h +++ b/iscsi-scst/include/iscsi_scst.h @@ -35,7 +35,7 @@ #if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 18, 0) /* - * Backport mm_segment_t to save compability with older kernel versions. + * Backport mm_segment_t to save compatibility with older kernel versions. * * mm_segment_t was dropped in commit * 967747bbc084 ("uaccess: remove CONFIG_SET_FS") # v5.18