Skip to content

Commit

Permalink
drivers/rapidio/rio-scan.c: fix typo in comment
Browse files Browse the repository at this point in the history
Fix typo in the words 'receiver', 'specified', 'during'

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Vasyl Gomonovych <[email protected]>
Cc: Matt Porter <[email protected]>
Cc: Alexandre Bounine <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Carmichael561 authored and torvalds committed Apr 11, 2018
1 parent c31dbb1 commit b94bb1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/rapidio/rio-scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ static u16 rio_destid_alloc(struct rio_net *net)
}

/**
* rio_destid_reserve - Reserve the specivied destID
* rio_destid_reserve - Reserve the specified destID
* @net: RIO network
* @destid: destID to reserve
*
Expand Down Expand Up @@ -885,7 +885,7 @@ static struct rio_net *rio_scan_alloc_net(struct rio_mport *mport,
*
* For each enumerated device, ensure that each switch in a system
* has correct routing entries. Add routes for devices that where
* unknown dirung the first enumeration pass through the switch.
* unknown during the first enumeration pass through the switch.
*/
static void rio_update_route_tables(struct rio_net *net)
{
Expand Down Expand Up @@ -983,7 +983,7 @@ static int rio_enum_mport(struct rio_mport *mport, u32 flags)
/* reserve mport destID in new net */
rio_destid_reserve(net, mport->host_deviceid);

/* Enable Input Output Port (transmitter reviever) */
/* Enable Input Output Port (transmitter receiver) */
rio_enable_rx_tx_port(mport, 1, 0, 0, 0);

/* Set component tag for host */
Expand Down

0 comments on commit b94bb1f

Please sign in to comment.