[PATCH] rapidio : rio : fix typo in error message

Navid-Derakhshandeh posted 1 patch 1 month, 1 week ago
drivers/rapidio/rio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] rapidio : rio : fix typo in error message
Posted by Navid-Derakhshandeh 1 month, 1 week ago
Fix typo "devive" -> "device" in RIO device to issue Input-status command (line 1023)

Signed-off-by: Navid-Derakhshandeh <navid.derakhshandeh1@gmail.com>
---
 drivers/rapidio/rio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/rapidio/rio.c b/drivers/rapidio/rio.c
index 46daf32ea13b..333d783af6d4 100644
--- a/drivers/rapidio/rio.c
+++ b/drivers/rapidio/rio.c
@@ -1020,7 +1020,7 @@ static int rio_chk_dev_access(struct rio_dev *rdev)
 /**
  * rio_get_input_status - Sends a Link-Request/Input-Status control symbol and
  *                        returns link-response (if requested).
- * @rdev: RIO devive to issue Input-status command
+ * @rdev: RIO device to issue Input-status command
  * @pnum: Device port number to issue the command
  * @lnkresp: Response from a link partner
  */
-- 
2.51.0