Commit 9a46c7d8 authored by Jilin Yuan's avatar Jilin Yuan Committed by Kalle Valo
Browse files

wifi: rsi: fix repeated words in comments

parent 9c817cb7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -796,7 +796,7 @@ static int rsi_sdio_host_intf_write_pkt(struct rsi_hw *adapter,
 * rsi_sdio_host_intf_read_pkt() - This function reads the packet
 *				   from the device.
 * @adapter: Pointer to the adapter data structure.
 * @pkt: Pointer to the packet data to be read from the the device.
 * @pkt: Pointer to the packet data to be read from the device.
 * @length: Length of the data to be read from the device.
 *
 * Return: 0 on success, -1 on failure.