Commit 1a4d5758 authored by Colin Ian King's avatar Colin Ian King Committed by Luca Coelho
Browse files

iwlwifi: mei: Fix spelling mistake "req_ownserhip" -> "req_ownership"



There is a spelling mistake in a debugfs filename. Fix it.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20211129124921.11817-1-colin.i.king@gmail.com


Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
parent 65229160
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
}