aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasyl Gomonovych <gomonovych@gmail.com>2018-04-10 19:35:06 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2018-04-11 13:28:37 -0400
commitb94bb1f6104a1d66b8900d79eb0d28fd894c380e (patch)
tree6131033770140c1a18bee6acb60c74672eccfa45
parentc31dbb146dd44af44bc60780ce8fa7a9f5f746df (diff)
drivers/rapidio/rio-scan.c: fix typo in comment
Fix typo in the words 'receiver', 'specified', 'during' Link: http://lkml.kernel.org/r/20180321211035.8904-1-gomonovych@gmail.com Signed-off-by: Vasyl Gomonovych <gomonovych@gmail.com> Cc: Matt Porter <mporter@kernel.crashing.org> Cc: Alexandre Bounine <alexandre.bounine@idt.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--drivers/rapidio/rio-scan.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/rapidio/rio-scan.c b/drivers/rapidio/rio-scan.c
index 23429bdaca84..161b927d9de1 100644
--- a/drivers/rapidio/rio-scan.c
+++ b/drivers/rapidio/rio-scan.c
@@ -76,7 +76,7 @@ static u16 rio_destid_alloc(struct rio_net *net)
76} 76}
77 77
78/** 78/**
79 * rio_destid_reserve - Reserve the specivied destID 79 * rio_destid_reserve - Reserve the specified destID
80 * @net: RIO network 80 * @net: RIO network
81 * @destid: destID to reserve 81 * @destid: destID to reserve
82 * 82 *
@@ -885,7 +885,7 @@ static struct rio_net *rio_scan_alloc_net(struct rio_mport *mport,
885 * 885 *
886 * For each enumerated device, ensure that each switch in a system 886 * For each enumerated device, ensure that each switch in a system
887 * has correct routing entries. Add routes for devices that where 887 * has correct routing entries. Add routes for devices that where
888 * unknown dirung the first enumeration pass through the switch. 888 * unknown during the first enumeration pass through the switch.
889 */ 889 */
890static void rio_update_route_tables(struct rio_net *net) 890static void rio_update_route_tables(struct rio_net *net)
891{ 891{
@@ -983,7 +983,7 @@ static int rio_enum_mport(struct rio_mport *mport, u32 flags)
983 /* reserve mport destID in new net */ 983 /* reserve mport destID in new net */
984 rio_destid_reserve(net, mport->host_deviceid); 984 rio_destid_reserve(net, mport->host_deviceid);
985 985
986 /* Enable Input Output Port (transmitter reviever) */ 986 /* Enable Input Output Port (transmitter receiver) */
987 rio_enable_rx_tx_port(mport, 1, 0, 0, 0); 987 rio_enable_rx_tx_port(mport, 1, 0, 0, 0);
988 988
989 /* Set component tag for host */ 989 /* Set component tag for host */