Skip to content

Commit

Permalink
scsi: isci: Fix a typo in a comment
Browse files Browse the repository at this point in the history
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 <christophe.jaillet@wanadoo.fr>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
  • Loading branch information
Christophe JAILLET authored and Martin K. Petersen committed Oct 8, 2020
1 parent 5ccdd10 commit 4566059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/isci/remote_node_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4566059

Please sign in to comment.