Re:Re:Re: [PATCH] wireless: ath: Fix typo 'the the' in comment
From: Slark Xiao <hidden>
Date: 2022-07-26 03:41:08
Also in:
linux-wireless, lkml
At 2022-07-26 10:31:31, "Slark Xiao" [off-list ref] wrote:
At 2022-07-25 19:06:50, "Kalle Valo" [off-list ref] wrote:quoted
Slark Xiao [off-list ref] wrote:quoted
Replace 'the the' with 'the' in the comment. Signed-off-by: Slark Xiao <redacted>Fails to apply, please rebase on top my ath.git master branch. error: patch failed: drivers/net/wireless/ath/ath6kl/hif.h:92 error: drivers/net/wireless/ath/ath6kl/hif.h: patch does not apply error: patch failed: drivers/net/wireless/ath/ath6kl/sdio.c:1185 error: drivers/net/wireless/ath/ath6kl/sdio.c: patch does not apply error: patch failed: drivers/net/wireless/ath/wcn36xx/hal.h:4142 error: drivers/net/wireless/ath/wcn36xx/hal.h: patch does not apply stg import: Diff does not apply cleanly Patch set to Changes Requested. -- https://patchwork.kernel.org/project/linux-wireless/patch/20220722082653.74553-1-slark_xiao@163.com/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatchesBad news, I can't get your ath code completely. ubuntu@VM-0-27-ubuntu:~/ath$ !142 git clone git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git Cloning into 'ath'... remote: Enumerating objects: 202, done. remote: Counting objects: 100% (202/202), done. remote: Compressing objects: 100% (83/83), done. Receiving objects: 100% (8897606/8897606), 2.47 GiB | 11.99 MiB/s, done. remote: Total 8897606 (delta 150), reused 133 (delta 119), pack-reused 8897404 error: index-pack died of signal 984000) fatal: index-pack failed ubuntu@VM-0-27-ubuntu:~/ath$ git clone https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git Cloning into 'ath'... remote: Enumerating objects: 202, done. remote: Counting objects: 100% (202/202), done. remote: Compressing objects: 100% (83/83), done. remote: Total 8897606 (delta 150), reused 133 (delta 119), pack-reused 8897404 Receiving objects: 100% (8897606/8897606), 2.47 GiB | 11.88 MiB/s, done. error: index-pack died of signal 984000) fatal: index-pack failed ubuntu@VM-0-27-ubuntu:~/ath$ git clone https://kernel.googlesource.com/pub/scm/linux/kernel/git/kvalo/ath.git Cloning into 'ath'... remote: Sending approximately 1.67 GiB ... remote: Counting objects: 29323, done remote: Finding sources: 100% (8897606/8897606) remote: Total 8897606 (delta 7524073), reused 8897044 (delta 7524073) Receiving objects: 100% (8897606/8897606), 1.67 GiB | 11.98 MiB/s, done. error: index-pack died of signal 94073) fatal: index-pack failed I tried these 3 servers but all failed. Any other ideas?
I fix it by adding virtual memory in my VM. And version v2 has been sent for this changes. Seems some files has been fixed already. Thanks