[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20251228100119.8078-1-navid.derakhshandeh1@gmail.com>
Date: Sun, 28 Dec 2025 13:31:19 +0330
From: Navid-Derakhshandeh <navid.derakhshandeh1@...il.com>
To: mporter@...nel.crashing.org,
alex.bou9@...il.com
Cc: linux-kernel@...r.kernel.org,
trivial@...nel.org,
Navid-Derakhshandeh <navid.derakhshandeh1@...il.com>
Subject: [PATCH] rapidio : rio : fix typo in error message
Fix typo "devive" -> "device" in RIO device to issue Input-status command (line 1023)
Signed-off-by: Navid-Derakhshandeh <navid.derakhshandeh1@...il.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
Powered by blists - more mailing lists