From: Colin Ian King <[email protected]>

Trivial fix to spelling mistake in pr_err message text

Signed-off-by: Colin Ian King <[email protected]>
---
 drivers/target/target_core_transport.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/target/target_core_transport.c 
b/drivers/target/target_core_transport.c
index bde14f46ed5b..f0e8f0f4ccb4 100644
--- a/drivers/target/target_core_transport.c
+++ b/drivers/target/target_core_transport.c
@@ -3366,7 +3366,7 @@ static void target_tmr_work(struct work_struct *work)
                tmr->response = TMR_FUNCTION_REJECTED;
                break;
        default:
-               pr_err("Uknown TMR function: 0x%02x.\n",
+               pr_err("Unknown TMR function: 0x%02x.\n",
                                tmr->function);
                tmr->response = TMR_FUNCTION_REJECTED;
                break;
-- 
2.17.0

Reply via email to