forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/net/wireless/marvell/libertas/firmware.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Firmware loading and handling functions.
34 */
....@@ -120,12 +121,12 @@
120121 * either a helper firmware and a main firmware (2-stage), or just the helper.
121122 *
122123 * @priv: Pointer to lbs_private instance
123
- * @dev: A pointer to &device structure
124
+ * @device: A pointer to &device structure
124125 * @card_model: Bus-specific card model ID used to filter firmware table
125126 * elements
126127 * @fw_table: Table of firmware file names and device model numbers
127128 * terminated by an entry with a NULL helper name
128
- * @callback: User callback to invoke when firmware load succeeds or fails.
129
+ * @callback: User callback to invoke when firmware load succeeds or fails.
129130 */
130131 int lbs_get_firmware_async(struct lbs_private *priv, struct device *device,
131132 u32 card_model, const struct lbs_fw_table *fw_table,