From: Christophe JAILLET Date: Sat, 3 Oct 2020 05:57:09 +0000 (+0200) Subject: scsi: isci: Fix a typo in a comment X-Git-Tag: v5.10-rc1~35^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45660591ee8f5b08bfc6e3aec50639df82a19ca3;p=thirdparty%2Fkernel%2Flinux.git scsi: isci: Fix a typo in a comment s/remtoe/remote/ and add a missing '.' Link: https://lore.kernel.org/r/20201003055709.766119-1-christophe.jaillet@wanadoo.fr Signed-off-by: Christophe JAILLET Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/isci/remote_node_table.h b/drivers/scsi/isci/remote_node_table.h index 721ab982d2ac2..0ddfdda2b248d 100644 --- a/drivers/scsi/isci/remote_node_table.h +++ b/drivers/scsi/isci/remote_node_table.h @@ -61,7 +61,7 @@ /** * * - * Remote node sets are sets of remote node index in the remtoe node table The + * Remote node sets are sets of remote node index in the remote node table. The * SCU hardware requires that STP remote node entries take three consecutive * remote node index so the table is arranged in sets of three. The bits are * used as 0111 0111 to make a byte and the bits define the set of three remote