Re: [PATCH] scsi: isci: Fix a typo in a comment

2020-10-13 Thread Martin K. Petersen
On Sat, 3 Oct 2020 07:57:09 +0200, Christophe JAILLET wrote:

> s/remtoe/remote/
> and add a missing '.'

Applied to 5.10/scsi-queue, thanks!

[1/1] scsi: isci: Fix a typo in a comment
  https://git.kernel.org/mkp/scsi/c/45660591ee8f

-- 
Martin K. Petersen  Oracle Linux Engineering


Re: [PATCH] scsi: isci: Fix a typo in a comment

2020-10-07 Thread Martin K. Petersen


Christophe,

> s/remtoe/remote/
> and add a missing '.'

Applied to 5.10/scsi-staging, thanks!

-- 
Martin K. Petersen  Oracle Linux Engineering


[PATCH] scsi: isci: Fix a typo in a comment

2020-10-02 Thread Christophe JAILLET
s/remtoe/remote/
and add a missing '.'

Signed-off-by: Christophe JAILLET 
---
 drivers/scsi/isci/remote_node_table.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/isci/remote_node_table.h 
b/drivers/scsi/isci/remote_node_table.h
index 721ab982d2ac..0ddfdda2b248 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
-- 
2.25.1