Commit 3009c797 authored by Luca Coelho's avatar Luca Coelho

iwlwifi: fix small doc mistake for iwl_fw_ini_addr_val

There was a small copy and paste mistake in the doc declaration of
iwl_fw_ini_addr_val.  Fix it.
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20220205112029.aeec71c397b3.I0ba3234419eb8c8c7512a2ca531a6dbb55046cf7@changeidSigned-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
parent f2f17ca0
/* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
/* /*
* Copyright (C) 2018-2021 Intel Corporation * Copyright (C) 2018-2022 Intel Corporation
*/ */
#ifndef __iwl_fw_dbg_tlv_h__ #ifndef __iwl_fw_dbg_tlv_h__
#define __iwl_fw_dbg_tlv_h__ #define __iwl_fw_dbg_tlv_h__
...@@ -249,11 +249,10 @@ struct iwl_fw_ini_hcmd_tlv { ...@@ -249,11 +249,10 @@ struct iwl_fw_ini_hcmd_tlv {
} __packed; /* FW_TLV_DEBUG_HCMD_API_S_VER_1 */ } __packed; /* FW_TLV_DEBUG_HCMD_API_S_VER_1 */
/** /**
* struct iwl_fw_ini_conf_tlv - preset configuration TLV * struct iwl_fw_ini_addr_val - Address and value to set it to
* *
* @address: the base address * @address: the base address
* @value: value to set at address * @value: value to set at address
*/ */
struct iwl_fw_ini_addr_val { struct iwl_fw_ini_addr_val {
__le32 address; __le32 address;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment