iwlwifi: mei: Fix spelling mistake "req_ownserhip" -> "req_ownership"
authorColin Ian King <colin.i.king@googlemail.com>
Mon, 29 Nov 2021 12:49:21 +0000 (12:49 +0000)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 7 Dec 2021 10:58:05 +0000 (12:58 +0200)
There is a spelling mistake in a debugfs filename. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20211129124921.11817-1-colin.i.king@gmail.com
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mei/main.c

index 4eca333f91b39488a47dbf8ed42d4a787bfed6cb..3435998f079134a5a9c762a3d620643fc310eda9 100644 (file)
@@ -1762,7 +1762,7 @@ static void iwl_mei_dbgfs_register(struct iwl_mei *mei)
                             mei->dbgfs_dir, &iwl_mei_status);
        debugfs_create_file("send_start_message", S_IWUSR, mei->dbgfs_dir,
                            mei, &iwl_mei_dbgfs_send_start_message_ops);
-       debugfs_create_file("req_ownserhip", S_IWUSR, mei->dbgfs_dir,
+       debugfs_create_file("req_ownership", S_IWUSR, mei->dbgfs_dir,
                            mei, &iwl_mei_dbgfs_req_ownership_ops);
 }