At 2022-07-25 19:06:50, "Kalle Valo" <kvalo@xxxxxxxxxx> wrote: >Slark Xiao <slark_xiao@xxxxxxx> wrote: > >> Replace 'the the' with 'the' in the comment. >> >> Signed-off-by: Slark Xiao <slark_xiao@xxxxxxx> > >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@xxxxxxx/ > >https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches Bad 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?